1 2 3 4 5 6 7
#ifndef http_api_h__ #define http_api_h__ void LoadHttpApi(); void UnloadHttpApi(); #endif // http_api_h__