summaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/context.h b/src/context.h
index e4617c9..96f4dcf 100644
--- a/src/context.h
+++ b/src/context.h
@@ -41,8 +41,10 @@ struct syrep_db_context {
char* origin;
};
-struct syrep_db_context* db_context_open(const char *path);
+struct syrep_db_context* db_context_open(const char *path, int force);
int db_context_save(struct syrep_db_context *c, const char *path);
int db_context_free(struct syrep_db_context* c);
+int db_context_origin_warn(struct syrep_db_context *c);
+
#endif