summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-06-26 13:27:46 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-06-26 13:27:46 +0000
commitc848a3a6a55ef470840bc04cd19b1376171760d3 (patch)
tree42dbe7d65ee57f2196d323aabc3e35ff84a66346 /include/extern.h
parentb9760a6353ff3a34f79d4a4f080c0ad59ef39645 (diff)
BUILD : 1.7.10 (834) BUGS : NOTES : Added hs_request to the modpack, made memo_send a real global, and fixed a bug with module config stuff and PARAM_SET options
git-svn-id: svn://svn.anope.org/anope/trunk@834 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@587 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 407e40cbc..43069f7e8 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -777,6 +777,7 @@ E void ms_init(void);
E void memoserv(User * u, char *buf);
E void check_memos(User * u);
E MemoInfo *getmemoinfo(const char *name, int *ischan, int *isforbid);
+E void memo_send(User * u, char *name, char *text, int z);
E int delmemo(MemoInfo * mi, int num);
/**** messages.c ****/