Fix: wheezy warning compilation
This commit is contained in:
parent
959cce2660
commit
26a2025a1b
7 changed files with 128 additions and 120 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue