Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 139) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
67e2da38c30ca73707ad48064a23794c |
User & Date: | drh 2000-08-22 13:40:51.000 |
Context
2000-08-22
| ||
13:43 | :-) (CVS 140) (check-in: 9d72ceb44d user: drh tags: trunk) | |
13:40 | :-) (CVS 139) (check-in: 67e2da38c3 user: drh tags: trunk) | |
13:40 | :-) (CVS 138) (check-in: c6b71d9b4b user: drh tags: trunk) | |
Changes
Changes to src/main.c.
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | ** ************************************************************************* ** Main file for the SQLite library. The routines in this file ** implement the programmer interface to the library. Routines in ** other files are for internal use by SQLite and should not be ** accessed by users of the library. ** |
︙ | |||
183 184 185 186 187 188 189 | 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | - + | } return rc; } /* ** The version of the library */ |
︙ |