summaryrefslogtreecommitdiffstats
path: root/src/modem.h
blob: b2a7ffea25b9224c2a3288a1f6cdfe99cfb507c4 (plain)
1
2
3
4
5
6
#ifndef foomodemhfoo
#define foomodemhfoo

int modem_open(const char *dev);

#endif