diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-29 19:05:59 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-29 19:05:59 +0000 |
commit | 3c1a2fbfca39b47e2f6df7862e7c83fe9f49f1c9 (patch) | |
tree | 1ca88f21a4d173027a66a7433a38b29202ff958e /include/extern.h | |
parent | 56800d410333084d3b8e527bc91422aab7e19477 (diff) |
BUILD : 1.7.19 (1289) BUGS : 768 NOTES : Fixed module runtime directory not always being cleaned up nicely
git-svn-id: svn://svn.anope.org/anope/trunk@1289 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1007 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 934c69d45..fcc1590fc 100644 --- a/include/extern.h +++ b/include/extern.h @@ -30,7 +30,7 @@ #include "slist.h" - +E void ModuleRunTimeDirCleanUp(void); E char *uplink; |