From 04ca20e9f1999d2c780043152cf233bcb1836d18 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 18 Jun 2020 18:15:25 +0200 Subject: #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. --- sources/client.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sources/client.h (limited to 'sources/client.h') 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 -- cgit v1.2.3-18-g5258