Merge pull request #17 from alagoutte/warning
Warning FossilOrigin-Name: df0272359157fe4b2d1866f854ec25504e24fba5c9c37fddfc47da63c3b73bee
This commit is contained in:
commit
43c16c2efa
@ -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,
|
int static do_save(mbag_t itemstore, struct conn *conn, struct cw_action_in *a,
|
||||||
uint8_t * data, int len, struct sockaddr *from)
|
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,
|
int cw_in_generic2(struct conn *conn, struct cw_action_in *a, uint8_t * data, int len,
|
||||||
struct sockaddr *from)
|
struct sockaddr *from)
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#include "cw.h"
|
#include "cw.h"
|
||||||
#include "dbg.h"
|
#include "dbg.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#include "stravltree.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
Loading…
Reference in New Issue
Block a user