aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/storage_sqlite.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-04-29 20:38:54 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-04-29 20:38:54 +0200
commitf9ff53d38e8f45c031680bdffcf06e0e8747ff93 (patch)
tree4331c1e3f2bd6629cee7a185301bcc44cf59ec06 /src/storage_sqlite.h
parentfix pre-commit.sh (diff)
downloadcimple-f9ff53d38e8f45c031680bdffcf06e0e8747ff93.tar.gz
cimple-f9ff53d38e8f45c031680bdffcf06e0e8747ff93.zip
make struct storage_settings_sqlite opaque
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;