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