diff options
Diffstat (limited to 'src/send.c')
-rw-r--r-- | src/send.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/send.c b/src/send.c index 9190ee52c..e3c443e48 100644 --- a/src/send.c +++ b/src/send.c @@ -6,9 +6,9 @@ * Please read COPYING and README for further details. * * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. - * - * $Id$ + * Based on the original code of Services by Andy Church. + * + * $Id$ * */ @@ -272,7 +272,7 @@ void notice_help(const char *source, User * dest, int message, ...) * @param ... any number of parameters * @return void */ -void notice(char *source, char *dest, const char *fmt, ...) +void notice(char *source, const char *dest, const char *fmt, ...) { va_list args; char buf[BUFSIZE]; |