summaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index 29045cb..9e90c9f 100644
--- a/src/context.h
+++ b/src/context.h
@@ -49,4 +49,6 @@ int db_context_free(struct syrep_db_context* c);
int db_context_origin_warn(struct syrep_db_context *c);
+int db_context_fix_origin(struct syrep_db_context*c);
+
#endif