From db3b96fc0014a5e860df1efc729b38d629662826 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Aug 2003 01:21:11 +0000 Subject: many fixes --cleanup implemented git-svn-id: file:///home/lennart/svn/public/syrep/trunk@13 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/context.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/context.h') 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 -- cgit