summaryrefslogtreecommitdiffstats
path: root/src/modemman.h
blob: 31e5aa1967d5bf34b6ece3c54c11f4bd215d2ae3 (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();

#endif