engine: fix warnings

This commit is contained in:
Alibek Omarov
2018-10-06 03:34:01 +03:00
parent eafe5d6c68
commit 48d1aa5115
10 changed files with 26 additions and 8 deletions

View File

@@ -28,6 +28,7 @@
// kill the request hook after receiving the first response
#define FNETAPI_MULTIPLE_RESPONSE ( 1<<0 )
struct net_response_s;
typedef void (*net_api_response_func_t) ( struct net_response_s *response );
#define NET_SUCCESS ( 0 )
@@ -94,4 +95,4 @@ typedef struct net_api_s
void (*SetValueForKey)( char *s, const char *key, const char *value, int maxsize );
} net_api_t;
#endif//NET_APIH
#endif//NET_APIH