diff --git a/include/globalvar.h b/include/globalvar.h index e94e9ed..5dfa371 100644 --- a/include/globalvar.h +++ b/include/globalvar.h @@ -153,6 +153,18 @@ return 0; } +static inline void nvvar_print(void) {} + +static inline int nvvar_add(const char *name, const char *value) +{ + return 0; +} + +static inline int nvvar_remove(const char *name) +{ + return 0; +} + #endif #endif /* __GLOBALVAR_H */