summaryrefslogtreecommitdiffstats
path: root/sources/client.h
blob: c6e70c3b0b43fb963697f495ed54e846934cf025 (plain)
1
2
3
4
5
6
#ifndef OG_CLIENT_H_
#define OG_CLIENT_H_

int og_agent_state_process_response(struct og_client *cli);

#endif