summaryrefslogtreecommitdiff
path: root/app/openvpn/src/openvpn/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/openvpn/src/openvpn/plugin.h')
-rw-r--r--app/openvpn/src/openvpn/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/openvpn/src/openvpn/plugin.h b/app/openvpn/src/openvpn/plugin.h
index 4ba150d6..2f8416b1 100644
--- a/app/openvpn/src/openvpn/plugin.h
+++ b/app/openvpn/src/openvpn/plugin.h
@@ -108,7 +108,7 @@ struct plugin_return
struct plugin_option_list *plugin_option_list_new (struct gc_arena *gc);
bool plugin_option_list_add (struct plugin_option_list *list, char **p, struct gc_arena *gc);
-#ifdef ENABLE_DEBUG
+#ifndef ENABLE_SMALL
void plugin_option_list_print (const struct plugin_option_list *list, int msglevel);
#endif