]> granicus.if.org Git - postgresql/commitdiff
remove a double declaration/prototype
authorMarc G. Fournier <scrappy@hub.org>
Wed, 19 Mar 1997 03:56:50 +0000 (03:56 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 19 Mar 1997 03:56:50 +0000 (03:56 +0000)
src/backend/port/BSD44_derived/port-protos.h

index fac889b3f2898987d836eebf196f081d9fd0cdcb..e1f52bbdd63a1ae465ad60d5ad9bf612b3541400 100644 (file)
@@ -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 */