summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/globalvar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/globalvar.h b/include/globalvar.h
index d0c79c07a8..e94e9ed6ee 100644
--- a/include/globalvar.h
+++ b/include/globalvar.h
@@ -137,6 +137,10 @@ static inline int globalvar_add(const char *name,
return 0;
}
+static inline void globalvar_remove(const char *name) {}
+
+static inline void globalvar_print(void) {}
+
static inline char *globalvar_get_match(const char *match, const char *separator)
{
return NULL;