Fix compiler warning
Fix compiler warning
This commit is contained in:
parent
8490f52dd0
commit
6a64457255
@ -92,6 +92,7 @@ int config_truth_value(char *str);
|
||||
static int internalService(char *router);
|
||||
int config_get_ifaddr(unsigned char *output);
|
||||
int config_get_release_string(char* release);
|
||||
FEEDBACK_CONF * config_get_feedback_data();
|
||||
|
||||
static char *config_file = NULL;
|
||||
static GATEWAY_CONF gateway;
|
||||
|
@ -56,4 +56,5 @@ typedef struct {
|
||||
|
||||
extern char *gw_bin2hex(char *out, const uint8_t *in, unsigned int len);
|
||||
extern void gw_sha1_str(const uint8_t *in, int in_len, uint8_t *out);
|
||||
extern FEEDBACK_CONF * config_get_feedback_data();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user