Fix minor disorder in functions declared in extern.h
This commit is contained in:
parent
cd9d018a8c
commit
0341083617
@ -28,8 +28,8 @@
|
||||
int announce(CTL_MSG *, const char *);
|
||||
int delete_invite(int);
|
||||
void do_announce(CTL_MSG *, CTL_RESPONSE *);
|
||||
CTL_MSG *find_request(CTL_MSG *request);
|
||||
CTL_MSG *find_match(CTL_MSG *request);
|
||||
CTL_MSG *find_request(CTL_MSG *request);
|
||||
int find_user(const char *name, char *tty);
|
||||
void insert_table(CTL_MSG *, CTL_RESPONSE *);
|
||||
int new_id(void);
|
||||
|
Loading…
Reference in New Issue
Block a user