summaryrefslogtreecommitdiffstats
path: root/sources/client.h
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-18 18:15:25 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-18 18:46:48 +0200
commit04ca20e9f1999d2c780043152cf233bcb1836d18 (patch)
treecca304b6d34723ec3a2a13e6745a874443ce5704 /sources/client.h
parent0b9465f783124340d85ff414c2ffb1dc40745f10 (diff)
#971 split into smaller file
Split ogAdmServer into several files: * sources/rest.c that implements the server REST API. * sources/client.c that implements the client REST API. * sources/json.c that provides a few JSON helpers.
Diffstat (limited to 'sources/client.h')
-rw-r--r--sources/client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/client.h b/sources/client.h
new file mode 100644
index 0000000..c6e70c3
--- /dev/null
+++ b/sources/client.h
@@ -0,0 +1,6 @@
+#ifndef OG_CLIENT_H_
+#define OG_CLIENT_H_
+
+int og_agent_state_process_response(struct og_client *cli);
+
+#endif