1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-05 04:30:38 +03:00

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

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