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 3023dc6 commit b19b90dCopy full SHA for b19b90d
src/backend/include/postgres.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1995, Regents of the University of California
8
9
- * $Id: postgres.h,v 1.2 1996/08/27 22:00:21 scrappy Exp $
+ * $Id: postgres.h,v 1.3 1996/09/19 20:01:40 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -61,7 +61,7 @@ typedef Oid regproc;
61
typedef Oid RegProcedure;
62
63
/* ptr to func returning (char *) */
64
-typedef char * ((*func_ptr)());
+typedef char * ((*func_ptr)(int, ...));
65
66
67
#define RegProcedureIsValid(p) OidIsValid(p)
0 commit comments