summaryrefslogtreecommitdiff
path: root/inc/ua_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/ua_client.h')
-rw-r--r--inc/ua_client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/ua_client.h b/inc/ua_client.h
index e0e2340..472fac7 100644
--- a/inc/ua_client.h
+++ b/inc/ua_client.h
@@ -28,6 +28,11 @@ typedef struct {
char *ocf_server;
} ua_device_info_s;
+typedef struct {
+ char *account;
+ char *auth_code;
+} ua_account_info_s;
+
typedef enum {
UA_HTTP_GET = 0,
UA_HTTP_POST,