|
6 | 6 | * |
7 | 7 | * Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $Id: port-protos.h,v 1.7 1997/09/18 16:09:14 scrappy Exp $ |
| 9 | + * $Id: port-protos.h,v 1.8 1997/12/19 22:46:15 scrappy Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
|
35 | 35 | #definepg_dlclosedlclose |
36 | 36 | #definepg_dlerrordlerror |
37 | 37 |
|
38 | | -/* port.c */ |
39 | | -#ifndefHAVE_RANDOM |
40 | | -externlongrandom(void); |
41 | | -#endif |
42 | | -#ifndefHAVE_SRANDOM |
43 | | -externvoidsrandom(intseed); |
44 | | -#endif |
45 | | - |
46 | | -/* inet_aton.c in backend/port directory */ |
47 | | -externintinet_aton(constchar*cp,structin_addr*addr); |
48 | | - |
49 | | -/* In system library, but can't find prototype in system library .h files */ |
50 | | -externintgethostname(char*name,intnamelen); |
51 | | - |
52 | | -/* In system library, but can't find prototype in system library .h files */ |
53 | | -#include<sys/resource.h> |
54 | | -externintgetrusage(intwho,structrusage*rusage); |
55 | | - |
56 | 38 | #endif/* PORT_PROTOS_H */ |