mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
Remove some declarations for removed functions.
This commit is contained in:
parent
7df5fcfbd3
commit
074e7607a7
1 changed files with 0 additions and 6 deletions
|
@ -99,12 +99,6 @@ extern rb_dlink_list local_oper_list;
|
||||||
extern rb_dlink_list oper_list;
|
extern rb_dlink_list oper_list;
|
||||||
extern rb_dlink_list dead_list;
|
extern rb_dlink_list dead_list;
|
||||||
|
|
||||||
extern void get_current_bandwidth(struct Client *source_p, struct Client *target_p);
|
|
||||||
|
|
||||||
extern unsigned long get_maxrss(void);
|
|
||||||
extern void set_time(void);
|
|
||||||
extern void charybdis_io_loop(void);
|
|
||||||
|
|
||||||
extern int testing_conf;
|
extern int testing_conf;
|
||||||
|
|
||||||
extern struct ev_entry *check_splitmode_ev;
|
extern struct ev_entry *check_splitmode_ev;
|
||||||
|
|
Loading…
Reference in a new issue