fix some 'extern function()' declaration
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
This commit is contained in:
parent
5947ea553b
commit
9d9d49ea29
8 changed files with 11 additions and 13 deletions
4
comuni.c
4
comuni.c
|
|
@ -237,8 +237,8 @@ open_af_inet(void)
|
|||
struct opthdr *hdr;
|
||||
void *handlep;
|
||||
extern int t_errno;
|
||||
extern void *setnetpath();
|
||||
extern struct netconfig *getnetpath();
|
||||
extern void *setnetpath(void);
|
||||
extern struct netconfig *getnetpath(void *);
|
||||
#else
|
||||
struct sockaddr_in sin;
|
||||
struct servent *sp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue