aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/univel/port-protos.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-12-19 22:47:00 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-12-19 22:47:00 +0000
commit903e21b4513a956bcbe2de6152b201b7fbd001f6 (patch)
treef179c10e8cb5d4158948d4c63b22630d033ae43e /src/backend/port/univel/port-protos.h
parent4ee5f2b96524acc1f6b27eb8d304bb3a9f96b376 (diff)
downloadpostgresql-903e21b4513a956bcbe2de6152b201b7fbd001f6.tar.gz
postgresql-903e21b4513a956bcbe2de6152b201b7fbd001f6.zip
More cleanups. Move alot of the prototype definitions straight into
config.h, right beside their appropriate HAVE_ #ifdefs...one central location that is included everywhere...
Diffstat (limited to 'src/backend/port/univel/port-protos.h')
-rw-r--r--src/backend/port/univel/port-protos.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/port/univel/port-protos.h b/src/backend/port/univel/port-protos.h
index a4af145110a..97d23fe6ac8 100644
--- a/src/backend/port/univel/port-protos.h
+++ b/src/backend/port/univel/port-protos.h
@@ -31,10 +31,4 @@
#define pg_dlclose dlclose
#define pg_dlerror dlerror
-/* port.c */
-extern long random(void);
-extern void srandom(int seed);
-extern int strcasecmp(char *s1, char *s2);
-extern int gethostname(char *name, int namelen);
-
#endif /* PORT_PROTOS_H */