---
 src/storage.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/storage.c b/src/storage.c
index bde0bea..9b7bfbc 100644
--- a/src/storage.c
+++ b/src/storage.c
@@ -23,6 +23,8 @@
 #include <config.h>
 #endif
 
+#include <ofono/storage.h>
+
 #define _GNU_SOURCE
 #include <string.h>
 #include <stdarg.h>
@@ -35,6 +37,16 @@
 
 #include "storage.h"
 
+const char *ofono_config_dir(void)
+{
+       return CONFIGDIR;
+}
+
+const char *ofono_storage_dir(void)
+{
+       return STORAGEDIR;
+}
+
 int create_dirs(const char *filename, const mode_t mode)
 {
        struct stat st;
-- 
1.9.1

_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to