10000
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 653cd3e commit f1ad18dCopy full SHA for f1ad18d
src/backend/port/dynloader/qnx4.h
@@ -7,13 +7,15 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/qnx4.h,v 1.2 2000/05/28 17:56:02 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/qnx4.h,v 1.3 2001/03/01 19:03:44 petere Exp $
11
12
* NOTES
13
14
*-------------------------------------------------------------------------
15
*/
16
-/* System includes */
+
17
+#include "fmgr.h"
18
19
void *pg_dlopen(char *filename);
20
PGFunction pg_dlsym(void *handle, char *funcname);
21
void pg_dlclose(void *handle);
0 commit comments