source: ogServer-Git/sources/client.h @ 866b6c5

Last change on this file since 866b6c5 was 04ca20e, checked in by OpenGnSys Support Team <soporte-og@…>, 4 years ago

#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.
  • Property mode set to 100644
File size: 111 bytes
Line 
1#ifndef OG_CLIENT_H_
2#define OG_CLIENT_H_
3
4int og_agent_state_process_response(struct og_client *cli);
5
6#endif
Note: See TracBrowser for help on using the repository browser.