From 3bc3ad24a2c089b4ee80fc1765fab3d2af378d00 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Aug 2003 21:43:31 +0000 Subject: Initial commit git-svn-id: file:///home/lennart/svn/public/syrep/trunk@2 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/update.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/update.h (limited to 'src/update.h') diff --git a/src/update.h b/src/update.h new file mode 100644 index 0000000..f176e05 --- /dev/null +++ b/src/update.h @@ -0,0 +1,9 @@ +#ifndef fooupdatehfoo +#define fooupdatehfoo + +#include "context.h" +#include "cache.h" + +int update(struct syrep_db_context *c, struct syrep_md_cache *cache); + +#endif -- cgit