X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fnfslib.h;h=95c3fe707154eae7aa8300c7b3a692c2a71e86d7;hb=253a4182bcdb46a4da412513ba5880e352a8fa93;hp=b95c78263aefbb6118bd8f02508436987d702431;hpb=87fe487c6f5abe9f40f2f036c3cf6c7f02fa0385;p=nfs-utils.git diff --git a/support/include/nfslib.h b/support/include/nfslib.h index b95c782..95c3fe7 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -125,7 +125,7 @@ struct nfs_fh_len * getfh_size(struct sockaddr *addr, const char *, int size); /* lockd. */ int lockdsvc(); -extern int svctcp_socket (u_long __number, int __reuse); -extern int svcudp_socket (u_long __number, int __reuse); +int svctcp_socket (u_long __number, int __reuse); +int svcudp_socket (u_long __number, int __reuse); #endif /* NFSLIB_H */