aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/storage_sqlite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage_sqlite.h')
-rw-r--r--src/storage_sqlite.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/storage_sqlite.h b/src/storage_sqlite.h
index b7f0bb1..30a5dd4 100644
--- a/src/storage_sqlite.h
+++ b/src/storage_sqlite.h
@@ -9,10 +9,7 @@
#define __STORAGE_SQLITE_H__
struct storage_settings;
-
-struct storage_settings_sqlite {
- char *path;
-};
+struct storage_settings_sqlite;
struct storage;
struct storage_sqlite;