1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-16 23:02:26 +03:00

Strict prototype on sqlite3_libversion(). Ticket #936 (CVS 1991)

FossilOrigin-Name: 1d3c6f735101d8fc582871c0370805596d975001
This commit is contained in:
drh
2004-09-30 14:24:50 +00:00
parent 596bd23554
commit a3f70cbc31
3 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
** This header file defines the interface that the SQLite library
** presents to client programs.
**
** @(#) $Id: sqlite.h.in,v 1.119 2004/09/07 16:19:54 drh Exp $
** @(#) $Id: sqlite.h.in,v 1.120 2004/09/30 14:24:50 drh Exp $
*/
#ifndef _SQLITE3_H_
#define _SQLITE3_H_
@@ -38,7 +38,7 @@ extern "C" {
** global variables.
*/
extern const char sqlite3_version[];
const char *sqlite3_libversion();
const char *sqlite3_libversion(void);
/*
** Each open sqlite database is represented by an instance of the