diff options
| author | 2007-10-13 22:09:46 +0000 | |
|---|---|---|
| committer | 2007-10-13 22:09:46 +0000 | |
| commit | e545adc628ea579801955124dbc1fd8567cb6623 (patch) | |
| tree | 401b7d7dc14577dccde7167c7c0d6f3a653198d6 /include | |
| parent | Fix uninitialized var that may stop the ping warning from appearing, thanks d... (diff) | |
Shut up, valgrind
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8163 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index c7c61c221..0aaa06c34 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1376,6 +1376,7 @@ class CoreExport Module : public Extensible }; +#define CONF_NO_ERROR 0x000000 #define CONF_NOT_A_NUMBER 0x000010 #define CONF_INT_NEGATIVE 0x000080 #define CONF_VALUE_NOT_FOUND 0x000100 |
