comparison include/urweb/urweb_cpp.h @ 2240:88cc0f44c940

Rename C functions and remove functors nested inside modules.
author Ziv Scully <ziv@mit.edu>
date Sun, 19 Jul 2015 19:03:11 -0700
parents 2f7ed04332a0
children c275bbc41194
comparison
equal deleted inserted replaced
2239:f70a91f7810d 2240:88cc0f44c940
404 404
405 // Sqlcache. 405 // Sqlcache.
406 406
407 #include "uthash.h" 407 #include "uthash.h"
408 408
409 CacheValue *check(Cache *, char **); 409 uw_sqlcache_CacheValue *uw_sqlcache_check(uw_sqlcache_Cache *, char **);
410 CacheValue *store(Cache *, char **, CacheValue *); 410 uw_sqlcache_CacheValue *uw_sqlcache_store(uw_sqlcache_Cache *, char **, uw_sqlcache_CacheValue *);
411 CacheValue *flush(Cache *, char **); 411 uw_sqlcache_CacheValue *uw_sqlcache_flush(uw_sqlcache_Cache *, char **);
412 412
413 #endif 413 #endif