diff options
Diffstat (limited to 'sources/client.h')
-rw-r--r-- | sources/client.h | 6 |
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 |