X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=linux.c;h=42a3c9f5f396ee2737ffedab868e27908646ee49;hb=03eb488dd238bcec4b4758eab4559b3c40e6435c;hp=f0ab2841caa48ed6dc4a5377a5c6fd5536d3e97d;hpb=81fddfa67e779c8d378eee4c57fd9f201e15f96f;p=ext%2Fsubsurface.git diff --git a/linux.c b/linux.c index f0ab284..42a3c9f 100644 --- a/linux.c +++ b/linux.c @@ -43,6 +43,11 @@ const void *subsurface_get_conf(char *name, pref_type_t type) return NULL; } +void subsurface_flush_conf(void) +{ + /* this is a no-op */ +} + void subsurface_close_conf(void) { /* this is a no-op */