diff options
Diffstat (limited to 'src/core/ms_sendall.c')
-rw-r--r-- | src/core/ms_sendall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ms_sendall.c b/src/core/ms_sendall.c index 36eae983f..589d9871b 100644 --- a/src/core/ms_sendall.c +++ b/src/core/ms_sendall.c @@ -17,6 +17,7 @@ int do_sendall(User * u); void myMemoServHelp(User * u); +extern void memo_send(User * u, char *name, char *text, int z); /** * Create the command, and tell anope about it. |