diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-03-25 07:54:53 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-03-25 07:54:53 +0000 |
commit | d2a386d6e35c1791ffcc8f09fe162b0591184f95 (patch) | |
tree | dbb15074e28110ac0be0cddfa32585145cd89738 /src/backend/port/univel/frontend-port-protos.h | |
parent | 52ab6525fb344b1a76c089d7edde0e29de751558 (diff) |
MOre univel port patches/files from:
"Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com>
Diffstat (limited to 'src/backend/port/univel/frontend-port-protos.h')
-rw-r--r-- | src/backend/port/univel/frontend-port-protos.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/backend/port/univel/frontend-port-protos.h b/src/backend/port/univel/frontend-port-protos.h new file mode 100644 index 00000000000..b76feb9d6ca --- /dev/null +++ b/src/backend/port/univel/frontend-port-protos.h @@ -0,0 +1,22 @@ +/*------------------------------------------------------------------------- + * + * port-protos.h-- + * port-specific prototypes for Intel x86/Intel SVR4 + * + * + * Copyright (c) 1994, Regents of the University of California + * + * port-protos.h,v 1.2 1995/03/17 06:40:18 andrew Exp + * + *------------------------------------------------------------------------- + */ +#ifndef FPORT_PROTOS_H +#define FPORT_PROTOS_H + +/* 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 /* FPORT_PROTOS_H */ |