summaryrefslogtreecommitdiffstats
path: root/src/modemman.h
blob: 9e108b31833484e962bd9672f861fb4e5baa38d4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef foomodemmanhfoo
#define foomodemmanhfoo

#include "modem.h"

int modem_manager_init(int channels);
void modem_manager_done(void);

#endif