]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Provide a complete prototype for isatty() in the command-line shell sources.
authordrh <drh@noemail.net>
Thu, 13 Oct 2011 16:36:29 +0000 (16:36 +0000)
committerdrh <drh@noemail.net>
Thu, 13 Oct 2011 16:36:29 +0000 (16:36 +0000)
FossilOrigin-Name: 8bf13b036a77af9984f8f3d3a93da589fafd773f

manifest
manifest.uuid
src/shell.c

index a6989cff4953e3b5991d1571ee93628204257c16..aab1650124641ce64cc54e2413e9352e1015fdd1 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Change\sthe\scommand-line\sshell\sto\sdo\sthe\s".dump"\sinside\sof\sa\sSAVEPOINT\nrather\sthan\sa\stransaction,\ssince\sthis\sallows\sit\sto\sbe\srun\sfrom\swithin\na\stransaction.
-D 2011-10-13T16:30:13.341
+C Provide\sa\scomplete\sprototype\sfor\sisatty()\sin\sthe\scommand-line\sshell\ssources.
+D 2011-10-13T16:36:29.833
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in a162fe39e249b8ed4a65ee947c30152786cfe897
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -180,7 +180,7 @@ F src/random.c cd4a67b3953b88019f8cd4ccd81394a8ddfaba50
 F src/resolve.c 36368f44569208fa074e61f4dd0b6c4fb60ca2b4
 F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697
 F src/select.c 94b375306bfb4590fdfd76581ae663f57e94808f
-F src/shell.c 2a1dc64d3090b2df52c7f14193412158dc270092
+F src/shell.c e30e20107fda14260640191a51aa527d8f209671
 F src/sqlite.h.in 821027573c481e45ba276b078a3ae9ebaeb9bb92
 F src/sqlite3ext.h 1a1a4f784aa9c3b00edd287940197de52487cd93
 F src/sqliteInt.h 6f8e592fc28d16160d017684966b3528833a46c1
@@ -968,7 +968,7 @@ F tool/symbols.sh fec58532668296d7c7dc48be9c87f75ccdb5814f
 F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
-P eeeba4f0d2207ec26c60a405e2705e5d40022dbb
-R ed7e565f0211c4c1131b905cec35ce7f
+P 6df7343b4c3de9ad8221180dc959dbbdf54733c7
+R b36f1c5467f7a7b4c968bdd000819e3b
 U drh
-Z 07e4e2747d51a87b1cc6214a4bd49bcf
+Z 3bfa4da8f402717f393283aeaaadc9a9
index b02554be0eb2b3d3ce35d362eecda1f5a56e4694..e87305212352ba8f69e1ba6c86d8c8994bb4f064 100644 (file)
@@ -1 +1 @@
-6df7343b4c3de9ad8221180dc959dbbdf54733c7
\ No newline at end of file
+8bf13b036a77af9984f8f3d3a93da589fafd773f
\ No newline at end of file
index 915438e6c285041cfb393c4a730aef0e4a70d3cb..58a48db1231b491db5545c3fdf60b50b63dc69a2 100644 (file)
@@ -71,7 +71,7 @@
 #else
 /* Make sure isatty() has a prototype.
 */
-extern int isatty();
+extern int isatty(int);
 #endif
 
 #if defined(_WIN32_WCE)