From 57789fb70b899eda61206a59283e1a849e544397 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 18 Jan 2015 13:17:51 -0200 Subject: Implementing nullpo interface for plugin use As proposed in pull request #361 Signed-off-by: shennetsind --- src/common/core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/core.c') diff --git a/src/common/core.c b/src/common/core.c index 04434a5dd..e1bb9ed0b 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -20,6 +20,7 @@ #include "../common/showmsg.h" #include "../common/strlib.h" #include "../common/sysinfo.h" +#include "../common/nullpo.h" #ifndef MINICORE # include "../common/HPM.h" @@ -168,6 +169,7 @@ void usercheck(void) { } void core_defaults(void) { + nullpo_defaults(); #ifndef MINICORE hpm_defaults(); HCache_defaults(); -- cgit v1.2.3-60-g2f50