projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
799511d
)
- neuer Befehl IRC_RELOAD().
author
Alexander Barton
<alex@barton.de>
Fri, 22 Nov 2002 16:36:43 +0000
(16:36 +0000)
committer
Alexander Barton
<alex@barton.de>
Fri, 22 Nov 2002 16:36:43 +0000
(16:36 +0000)
src/ngircd/irc-oper.h
patch
|
blob
|
history
diff --git
a/src/ngircd/irc-oper.h
b/src/ngircd/irc-oper.h
index 80779f48f32fc6f7db6637e5ee007bcc8e90c0dc..1cc6417da490d1648fdc817488433885f8c8897a 100644
(file)
--- a/
src/ngircd/irc-oper.h
+++ b/
src/ngircd/irc-oper.h
@@
-9,7
+9,7
@@
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
*
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
*
- * $Id: irc-oper.h,v 1.
6 2002/09/03 23:54:59
alex Exp $
+ * $Id: irc-oper.h,v 1.
7 2002/11/22 16:36:43
alex Exp $
*
* irc-oper.h: IRC-Operator-Befehle (Header)
*/
*
* irc-oper.h: IRC-Operator-Befehle (Header)
*/
@@
-21,6
+21,7
@@
GLOBAL BOOLEAN IRC_OPER PARAMS((CLIENT *Client, REQUEST *Req ));
GLOBAL BOOLEAN IRC_DIE PARAMS((CLIENT *Client, REQUEST *Req ));
GLOBAL BOOLEAN IRC_OPER PARAMS((CLIENT *Client, REQUEST *Req ));
GLOBAL BOOLEAN IRC_DIE PARAMS((CLIENT *Client, REQUEST *Req ));
+GLOBAL BOOLEAN IRC_RELOAD PARAMS((CLIENT *Client, REQUEST *Req ));
GLOBAL BOOLEAN IRC_RESTART PARAMS((CLIENT *Client, REQUEST *Req ));
GLOBAL BOOLEAN IRC_CONNECT PARAMS((CLIENT *Client, REQUEST *Req ));
GLOBAL BOOLEAN IRC_RESTART PARAMS((CLIENT *Client, REQUEST *Req ));
GLOBAL BOOLEAN IRC_CONNECT PARAMS((CLIENT *Client, REQUEST *Req ));