summaryrefslogtreecommitdiff
path: root/src/modules/modPipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/modPipe.c')
-rw-r--r--src/modules/modPipe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/modPipe.c b/src/modules/modPipe.c
index d2e9fec..d07ec37 100644
--- a/src/modules/modPipe.c
+++ b/src/modules/modPipe.c
@@ -335,7 +335,11 @@ static int destroy()
}
mod_sym_t modpipe_sym = { &init,
+#ifndef PUBLIC_SERVER
&draw,
+#else
+ 0,
+#endif
&event,
&isConflict,
&cmdArena,