Provide a complete prototype for isatty() in the command-line shell sources.

FossilOrigin-Name: 8bf13b036a77af9984f8f3d3a93da589fafd773f
This commit is contained in:
drh 2011-10-13 16:36:29 +00:00
parent 56197954dd
commit b2acc3b145
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -1 +1 @@
6df7343b4c3de9ad8221180dc959dbbdf54733c7
8bf13b036a77af9984f8f3d3a93da589fafd773f

View File

@ -71,7 +71,7 @@
#else
/* Make sure isatty() has a prototype.
*/
extern int isatty();
extern int isatty(int);
#endif
#if defined(_WIN32_WCE)