aboutsummaryrefslogtreecommitdiffstats
path: root/src/dblayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dblayer.h')
-rw-r--r--src/dblayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dblayer.h b/src/dblayer.h
index abeef83..40b7dfb 100644
--- a/src/dblayer.h
+++ b/src/dblayer.h
@@ -25,7 +25,8 @@ enum SqlErrors {
SQL_ERR_NO_DB_FILE,
SQL_ERR_NO_TABLES,
SQL_ERR_SQLITE,
- SQL_CONFIG_PATH_EXISTS
+ SQL_CONFIG_PATH_EXISTS,
+ SQL_ERR_PRIMARY_REDEFINITION
};
typedef struct DBstruct DB;