From 8e5e3965bdb5a8089294982d4f5107f9af768af3 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Thu, 26 May 2016 12:09:11 +0200 Subject: globalvar: add missing static inline stubs Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- include/globalvar.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3