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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gsmd/atcmd.h b/src/gsmd/atcmd.h
deleted file mode 100644
index 1e4cdfb..0000000
--- a/src/gsmd/atcmd.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __GSMD_ATCMD_H
-#define __GSMD_ATCMD_H
-
-#include "gsmd.h"
-
-typedef int atcmd_cb_t(struct gsmd_atcmd *cmd, void *ctx, char *resp);
-
-struct gsmd_atcmd *atcmd_fill(const char *cmd, int rlen, atcmd_cb_t *cb, void *ctx, u_int16_t id);
-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