summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-23 08:49:00 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-23 08:49:00 +0800
commit396df5cd796f7eed89ff5a5acf6f7c714b2cf0a7 (patch)
tree28bc944646cfc57fdcf6a393b18537245a83d9e1 /icclient
parenteb02eaccf2cbfca76dfaac806c6dc880b6e0ccad (diff)
Admin login and logout functions
Diffstat (limited to 'icclient')
-rw-r--r--icclient/admin.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/icclient/admin.h b/icclient/admin.h
new file mode 100644
index 0000000..e01fdc9
--- /dev/null
+++ b/icclient/admin.h
@@ -0,0 +1,17 @@
+#ifndef ICCLIENT_ADMIN_H
+#define ICCLIENT_ADMIN_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ void icclient_admin_login(const char *username, const char *password
+ , const char *successpage, const char *nextpage
+ , const char *failpage);
+ void icclient_admin_logout();
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // ICCLIENT_ADMIN_H