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