diff options
| author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-15 17:07:28 +0000 |
|---|---|---|
| committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-15 17:07:28 +0000 |
| commit | 9b23ec6f1934960fbb1b4b5a39e0ef276f25c6ae (patch) | |
| tree | 7b7ad649f146d775a5c7b78ddc77108a0b334d48 /include | |
| parent | dffa3a16fe81d7494144a2ac4e7288977f2c782c (diff) | |
Added resend delay patch provided by Trystan.
git-svn-id: svn://svn.anope.org/anope/trunk@1052 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@776 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -rw-r--r-- | include/extern.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/extern.h b/include/extern.h index 54a6bb974..d94139cd3 100644 --- a/include/extern.h +++ b/include/extern.h @@ -348,6 +348,7 @@ E int DontQuoteAddresses; E int NSDefFlags; E int NSDefLanguage; E int NSRegDelay; +E int NSResendDelay; E int NSExpire; E int NSRExpire; E int NSForceEmail; @@ -1345,9 +1346,9 @@ E void eventprintf(char *fmt, ...); E void event_process_hook(const char *name, int argc, char **argv); E void send_event(const char *name, int argc, ...); -#ifdef _WIN32
-E char *GetWindowsVersion(void) ;
-E int SupportedWindowsVersion(void);
+#ifdef _WIN32 +E char *GetWindowsVersion(void) ; +E int SupportedWindowsVersion(void); #endif #endif /* EXTERN_H */ |
