blob: 689720bfeef856727805c62fb959d0a99634e094 [file] [log] [blame]
/*
* Copyright 2017 Limes Audio AB. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef LIST_H
#define LIST_H
int
list(int argc, char **argv);
#endif