Last change
on this file since 83937b8 was
04ca20e,
checked in by OpenGnSys Support Team <soporte-og@…>, 5 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 | |
---|
4 | int og_agent_state_process_response(struct og_client *cli); |
---|
5 | |
---|
6 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.