mirror of
https://github.com/sqlite/sqlite.git
synced 2025-10-27 08:52:26 +03:00
Changes to allow libsqlite3.a and libsqlite.a to be both linked into the
same program at the same time. (CVS 1621) FossilOrigin-Name: 2590fffcaa92adc619f7a927d2b5169d8dfef50a
This commit is contained in:
@@ -241,7 +241,7 @@ static void releaseOpenCnt(struct openCnt *pOpen){
|
||||
**
|
||||
** Return the number of errors.
|
||||
*/
|
||||
int findLockInfo(
|
||||
static int findLockInfo(
|
||||
int fd, /* The file descriptor used in the key */
|
||||
struct lockInfo **ppLock, /* Return the lockInfo structure here */
|
||||
struct openCnt **ppOpen /* Return the openCnt structure here */
|
||||
|
||||
Reference in New Issue
Block a user