Mercurial > urweb
comparison include/urweb.h @ 1352:703c2c94afd5
Use proper string time format for SQLite
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 20 Dec 2010 13:22:44 -0500 |
parents | 87156c44824f |
children | 32c8a3509369 |
comparison
equal
deleted
inserted
replaced
1351:74d35d9a5d16 | 1352:703c2c94afd5 |
---|---|
293 | 293 |
294 extern int uw_time_max, uw_supports_direct_status, uw_min_heap; | 294 extern int uw_time_max, uw_supports_direct_status, uw_min_heap; |
295 | 295 |
296 failure_kind uw_runCallback(uw_context, void (*callback)(uw_context)); | 296 failure_kind uw_runCallback(uw_context, void (*callback)(uw_context)); |
297 | 297 |
298 uw_Basis_string uw_Basis_timeToStringf(uw_context, const char *fmt, uw_Basis_time); | |
299 uw_Basis_time uw_Basis_stringToTimef(uw_context, const char *fmt, uw_Basis_string); | |
300 uw_Basis_time uw_Basis_stringToTimef_error(uw_context, const char *fmt, uw_Basis_string); | |
301 | |
298 #endif | 302 #endif |