summaryrefslogtreecommitdiff
path: root/gisi/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'gisi/client.h')
-rw-r--r--gisi/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gisi/client.h b/gisi/client.h
index 51acf0aa..ea140ed1 100644
--- a/gisi/client.h
+++ b/gisi/client.h
@@ -37,6 +37,7 @@ typedef struct _GIsiClient GIsiClient;
GIsiClient *g_isi_client_create(GIsiModem *modem, uint8_t resource);
GIsiModem *g_isi_client_modem(GIsiClient *client);
uint8_t g_isi_client_resource(GIsiClient *client);
+void g_isi_client_reset(GIsiClient *client);
void g_isi_client_destroy(GIsiClient *client);
GIsiPending *g_isi_client_send(GIsiClient *client, const void *__restrict msg,