diff options
author | Ziv Scully <ziv@mit.edu> | 2015-07-19 19:03:11 -0700 |
---|---|---|
committer | Ziv Scully <ziv@mit.edu> | 2015-07-19 19:03:11 -0700 |
commit | bc38beafd07b7ae6106a2fffda82084a08af7f06 (patch) | |
tree | 788e74a4e66ebe79ce8e03c2787c09e0ee529b0f /include/urweb/urweb_cpp.h | |
parent | 03b7950e3639899de788cac8824a0e7f4be8a0bd (diff) |
Rename C functions and remove functors nested inside modules.
Diffstat (limited to 'include/urweb/urweb_cpp.h')
-rw-r--r-- | include/urweb/urweb_cpp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/urweb/urweb_cpp.h b/include/urweb/urweb_cpp.h index 3ae5b69e..3fac7041 100644 --- a/include/urweb/urweb_cpp.h +++ b/include/urweb/urweb_cpp.h @@ -406,8 +406,8 @@ void uw_Basis_writec(struct uw_context *, char); #include "uthash.h" -CacheValue *check(Cache *, char **); -CacheValue *store(Cache *, char **, CacheValue *); -CacheValue *flush(Cache *, char **); +uw_sqlcache_CacheValue *uw_sqlcache_check(uw_sqlcache_Cache *, char **); +uw_sqlcache_CacheValue *uw_sqlcache_store(uw_sqlcache_Cache *, char **, uw_sqlcache_CacheValue *); +uw_sqlcache_CacheValue *uw_sqlcache_flush(uw_sqlcache_Cache *, char **); #endif |