Fix Memory leaks.
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
typedef struct restd_server_s restd_server_t;
|
||||
typedef struct restd_hook_s restd_hook_t;
|
||||
|
||||
typedef int (*restd_callback)(short event, void *conn, void *userdata);
|
||||
|
||||
/*------------------------------- INCLUDES ----------------------------------*/
|
||||
|
||||
extern restd_server_t *restd_server_new(void);
|
||||
|
||||
Reference in New Issue
Block a user