Minor cleanup for error_not_opped().

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@135 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2011-08-30 14:52:56 +00:00
parent c89a718fa1
commit 83ac47c4f5
2 changed files with 4 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ ChannelList * BX_prepare_command (int *, char *, int);
void do_reconnect (char *);
int are_you_opped (char *);
void error_not_opped (char *);
void error_not_opped (const char *);
char *get_reason (char *, char *);
char *get_realname(char *);