diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-13 12:37:17 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-13 12:37:17 +0000 |
commit | b95c53765cd3bdd85a60072f3f32d4ce4ad950bc (patch) | |
tree | 7ab56b05fa8448dec5edfdd22258bc735c6a922b /src/process.c | |
parent | aaa81d2dfb32ac81455d1b4fdbba343bd685f554 (diff) |
BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function declarations
git-svn-id: svn://svn.anope.org/anope/trunk@1048 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@772 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/process.c')
-rw-r--r-- | src/process.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c index 8de1e6c87..92dcc8931 100644 --- a/src/process.c +++ b/src/process.c @@ -15,10 +15,7 @@ #include "services.h" #include "messages.h" #include "modules.h" -extern Module *mod_current_module; -extern char *mod_current_module_name; -extern User *mod_current_user; -extern char *mod_current_buffer; + /*************************************************************************/ /* Use ignore code? */ |