aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/urweb/urweb_cpp.h
diff options
context:
space:
mode:
authorGravatar Ziv Scully <ziv@mit.edu>2015-11-12 11:44:21 -0500
committerGravatar Ziv Scully <ziv@mit.edu>2015-11-12 11:44:21 -0500
commitfd7375f584790047731686345c8ce6fedee71435 (patch)
tree5d4171f68119c83db900376b0a8ae9e89f42a485 /include/urweb/urweb_cpp.h
parented20a67a1268bf517cfdbc1a897b659dce38f3a4 (diff)
Actually use transactional machinery for flushes this time.
Diffstat (limited to 'include/urweb/urweb_cpp.h')
-rw-r--r--include/urweb/urweb_cpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/urweb/urweb_cpp.h b/include/urweb/urweb_cpp.h
index 15bfffac..3e70b4ac 100644
--- a/include/urweb/urweb_cpp.h
+++ b/include/urweb/urweb_cpp.h
@@ -408,6 +408,6 @@ void uw_Basis_writec(struct uw_context *, char);
uw_Sqlcache_Value *uw_Sqlcache_check(uw_Sqlcache_Cache *, char **);
void *uw_Sqlcache_store(uw_Sqlcache_Cache *, char **, uw_Sqlcache_Value *);
-void *uw_Sqlcache_flush(uw_Sqlcache_Cache *, char **);
+void *uw_Sqlcache_flush(struct uw_context *, uw_Sqlcache_Cache *, char **);
#endif