summaryrefslogtreecommitdiffstats
path: root/src/modemman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modemman.h')
-rw-r--r--src/modemman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modemman.h b/src/modemman.h
index 31e5aa1..9e108b3 100644
--- a/src/modemman.h
+++ b/src/modemman.h
@@ -4,6 +4,6 @@
#include "modem.h"
int modem_manager_init(int channels);
-void modem_manager_done();
+void modem_manager_done(void);
#endif