Changeset 0ca2c9d in freewrt
- Timestamp:
- May 10, 2007, 4:55:43 PM (19 years ago)
- Children:
- 68af79a
- Parents:
- 0581d06
- Location:
- tools
- Files:
-
- 3 added
- 2 edited
-
Makefile (modified) (1 diff)
-
nfotiser/Makefile (added)
-
nfotiser/dbif.c (added)
-
nfotiser/extern.h (modified) (1 diff)
-
nfotiser/main.c (added)
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile
r0581d06 r0ca2c9d 29 29 TARGETS+= mkpasswd 30 30 endif 31 TARGETS+= nfotiser 31 32 TARGETS+= squashfs 32 33 -
tools/nfotiser/extern.h
r0581d06 r0ca2c9d 24 24 extern const char dbscheme[]; 25 25 26 EXTERN int debug I__(0); 27 EXTERN sqlite3 *db I__(NULL); 28 29 /* dbif.c */ 30 void dberr(int, const char *, ...) 31 __attribute__((format (printf, 2, 3))) 32 __attribute__((noreturn)); 33 #define dbexecv(cb, cbarg, sqlfmt, ...) dbexecv_(__FILE__, __LINE__, \ 34 __func__, (cb), (cbarg), (sqlfmt), __VA_ARGS__) 35 int dbexecv_(const char *, unsigned, const char *, sqlite3_callback, 36 void *, const char *, ...) 37 __attribute__((nonnull (6))) 38 __attribute__((format (printf, 6, 7))); 39 26 40 #ifdef __GLIBC__ 27 41 /* fgetln.c */
Note:
See TracChangeset
for help on using the changeset viewer.
