Fix: wheezy warning compilation

This commit is contained in:
fendo 2013-09-16 15:01:04 +02:00
parent 959cce2660
commit 26a2025a1b
7 changed files with 128 additions and 120 deletions

View file

@ -92,7 +92,7 @@ void cluster_send_ping(time_t basetime);
void cluster_heartbeat(void);
void cluster_check_master(void);
void cluster_check_slaves(void);
int cmd_show_cluster(struct cli_def *cli, char *command, char **argv, int argc);
int cmd_show_cluster(struct cli_def *cli, const char *command, char **argv, int argc);
int master_forward_pppoe_packet(uint8_t *data, int size, uint8_t codepad);
#endif /* __CLUSTER_H__ */