English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/common-nfo/tools/sqlite/dbif.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3440 by tg, Wed Jul 18 13:23:19 2007 UTC revision 3441 by tg, Wed Aug 8 12:29:18 2007 UTC
# Line 63  int dbexecv_(const char *, unsigned, con Line 63  int dbexecv_(const char *, unsigned, con
63      __attribute__((nonnull (6)))      __attribute__((nonnull (6)))
64      __attribute__((format (printf, 6, 7)));      __attribute__((format (printf, 6, 7)));
65    
66    #define xdbexecv(et, cb, cbarg, sqlfmt, ...) do {               \
67            if (dbexecv_(__FILE__, __LINE__, __func__,              \
68                (cb), (cbarg), (sqlfmt), __VA_ARGS__))              \
69                    dberr(1, et ? et : "processing SQL stmt");      \
70    } while (0)
71    
72  #ifdef NFOTISER  #ifdef NFOTISER
73  #ifdef __GLIBC__  #ifdef __GLIBC__
74  /* fgetln.c */  /* fgetln.c */

Legend:
Removed from v.3440  
changed lines
  Added in v.3441

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20