summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-03-19 03:56:50 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-03-19 03:56:50 +0000
commit7acd9a3609550fecad4320522ade3fef4242d064 (patch)
treebd271fdfced6b6a2cf6bb0de89f1cd8dc8f44413 /src
parent861cfd686dfc3a275418097339c56859551b4dbf (diff)
remove a double declaration/prototype
Diffstat (limited to 'src')
-rw-r--r--src/backend/port/BSD44_derived/port-protos.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/port/BSD44_derived/port-protos.h b/src/backend/port/BSD44_derived/port-protos.h
index fac889b3f28..e1f52bbdd63 100644
--- a/src/backend/port/BSD44_derived/port-protos.h
+++ b/src/backend/port/BSD44_derived/port-protos.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: port-protos.h,v 1.5 1997/01/05 23:41:43 scrappy Exp $
+ * $Id: port-protos.h,v 1.6 1997/03/19 03:56:50 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -43,7 +43,6 @@
char * BSD44_derived_dlerror(void);
void * BSD44_derived_dlopen(const char *filename, int num);
void * BSD44_derived_dlsym(void *handle, const char *name);
-void * BSD44_derived_dlsym(void *handle, const char *name);
void BSD44_derived_dlclose(void *handle);
#endif /* PORT_PROTOS_H */