summaryrefslogtreecommitdiff
path: root/src/gsmd/atcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsmd/atcmd.h')
-rw-r--r--src/gsmd/atcmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsmd/atcmd.h b/src/gsmd/atcmd.h
index f6b9d1d..ded3f00 100644
--- a/src/gsmd/atcmd.h
+++ b/src/gsmd/atcmd.h
@@ -8,5 +8,6 @@ typedef int atcmd_cb_t(struct gsmd_atcmd *cmd, void *ctx);
struct gsmd_atcmd *atcmd_fill(const char *cmd, int rlen, atcmd_cb_t *cb, void *ctx);
int atcmd_submit(struct gsmd *g, struct gsmd_atcmd *cmd);
int atcmd_init(struct gsmd *g, int sockfd);
+void atcmd_drain(int fd);
#endif
personal git repositories of Harald Welte. Your mileage may vary