asterisk-chan-dongle/cli.h

13 lines
280 B
C
Raw Normal View History

2023-05-25 08:30:27 +00:00
/*
Copyright (C) 2010 bg <bg_one@mail.ru>
*/
#ifndef CHAN_DONGLE_CLI_H_INCLUDED
#define CHAN_DONGLE_CLI_H_INCLUDED
#include "export.h" /* EXPORT_DECL EXPORT_DEF */
EXPORT_DECL void cli_register();
EXPORT_DECL void cli_unregister();
#endif /* CHAN_DONGLE_CLI_H_INCLUDED */