diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/memoserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memoserv.c b/src/memoserv.c index 93aec75ac..2cdbc8e9d 100644 --- a/src/memoserv.c +++ b/src/memoserv.c @@ -193,7 +193,7 @@ MemoInfo *getmemoinfo(const char *name, int *ischan, int *isforbid) * 3 - reply to user and request read receipt * @return void */ -void memo_send(User * u, char *name, char *text, int z) +void memo_send(User * u, const char *name, const char *text, int z) { int ischan; int isforbid; |