Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f7a94 commit e3cade2Copy full SHA for e3cade2
src/bin/psql/tab-complete.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright 2000 by PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.33 2001/06/11 22:12:48 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.34 2001/06/20 18:39:14 petere Exp $
7
*/
8
9
/*----------------------------------------------------------------------
@@ -62,6 +62,9 @@
62
63
#ifdef HAVE_RL_FILENAME_COMPLETION_FUNCTION
64
#define filename_completion_function rl_filename_completion_function
65
+#else
66
+/* missing in some header files */
67
+extern char *filename_completion_function();
68
#endif
69
70
#ifdef HAVE_RL_COMPLETION_MATCHES
0 commit comments