diff options
Diffstat (limited to 'icclient/admin.h')
-rw-r--r-- | icclient/admin.h | 17 |
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 |