comparison include/urweb/urweb_cpp.h @ 2281:75cb60a7f6f1

Simplify C interface.
author Ziv Scully <ziv@mit.edu>
date Thu, 12 Nov 2015 09:15:50 -0500
parents 985c8016b592
children 472b4504aef2
comparison
equal deleted inserted replaced
2280:985c8016b592 2281:75cb60a7f6f1
404 404
405 void uw_Basis_writec(struct uw_context *, char); 405 void uw_Basis_writec(struct uw_context *, char);
406 406
407 // Sqlcache. 407 // Sqlcache.
408 408
409 uw_Sqlcache_Value *uw_Sqlcache_check(uw_Sqlcache_Cache *, char **, int); 409 uw_Sqlcache_Value *uw_Sqlcache_check(uw_Sqlcache_Cache *, char **);
410 void *uw_Sqlcache_store(uw_Sqlcache_Cache *, char **, int, uw_Sqlcache_Value *); 410 void *uw_Sqlcache_store(uw_Sqlcache_Cache *, char **, uw_Sqlcache_Value *);
411 void *uw_Sqlcache_flush(uw_Sqlcache_Cache *, char **, int); 411 void *uw_Sqlcache_flush(uw_Sqlcache_Cache *, char **);
412 412
413 #endif 413 #endif