summaryrefslogtreecommitdiff
path: root/app/bin/unittest/pathstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/unittest/pathstest.c')
-rw-r--r--app/bin/unittest/pathstest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/bin/unittest/pathstest.c b/app/bin/unittest/pathstest.c
index b7e792e..3ee830e 100644
--- a/app/bin/unittest/pathstest.c
+++ b/app/bin/unittest/pathstest.c
@@ -41,6 +41,11 @@ char *wPrefGetStringExt(const char *section, const char *key)
return(NULL);
}
+char *wPrefGetString(const char *section, const char *key)
+{
+ return(DEFAULTPATH);
+}
+
const char *wGetUserHomeDir(void)
{
return(DEFAULTPATH);