]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/misc.h
Imported Upstream version 1.2.4
[nfs-utils.git] / support / include / misc.h
index 9a1b25df2160b4d1f74dc59bdff808ced955ea3e..eedc1feaf4eaa712e0b725c77bb9a732c83bb38b 100644 (file)
 int    randomkey(unsigned char *keyout, int len);
 int    weakrandomkey(unsigned char *keyout, int len);
 
-int    matchhostname(const char *h1, const char *h2); 
-
-struct hostent;
-struct hostent *hostent_dup(struct hostent *hp);
-struct hostent *get_hostent (const char *addr, int len, int type);
-struct hostent *get_reliable_hostbyaddr(const char *addr, int len, int type);
-
 extern int is_mountpoint(char *path);
 
+/* size of the file pointer buffers for rpc procfs files */
+#define RPC_CHAN_BUF_SIZE 32768
+
 #endif /* MISC_H */