Merge pull request #17 from alagoutte/warning

Warning

FossilOrigin-Name: df0272359157fe4b2d1866f854ec25504e24fba5c9c37fddfc47da63c3b73bee
This commit is contained in:
7u83@mail.ru 2016-03-25 17:13:01 +00:00
commit 43c16c2efa
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ int static check_len(struct conn *conn, struct cw_action_in *a, uint8_t * data,
}
*/
#if 0
int static do_save(mbag_t itemstore, struct conn *conn, struct cw_action_in *a,
uint8_t * data, int len, struct sockaddr *from)
{
@ -92,6 +93,7 @@ int static do_save(mbag_t itemstore, struct conn *conn, struct cw_action_in *a,
}
#endif
int cw_in_generic2(struct conn *conn, struct cw_action_in *a, uint8_t * data, int len,
struct sockaddr *from)

View File

@ -2,6 +2,7 @@
#include "cw.h"
#include "dbg.h"
#include "log.h"
#include "stravltree.h"
/**
* @file