summaryrefslogtreecommitdiffstats
path: root/src/modem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modem.h')
-rw-r--r--src/modem.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modem.h b/src/modem.h
new file mode 100644
index 0000000..b2a7ffe
--- /dev/null
+++ b/src/modem.h
@@ -0,0 +1,6 @@
+#ifndef foomodemhfoo
+#define foomodemhfoo
+
+int modem_open(const char *dev);
+
+#endif