summaryrefslogtreecommitdiff
path: root/src/backend/port/univel/port-protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/univel/port-protos.h')
-rw-r--r--src/backend/port/univel/port-protos.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/port/univel/port-protos.h b/src/backend/port/univel/port-protos.h
index c181edfc9ec..a4af145110a 100644
--- a/src/backend/port/univel/port-protos.h
+++ b/src/backend/port/univel/port-protos.h
@@ -32,9 +32,9 @@
#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);
+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 */