summaryrefslogtreecommitdiffstats
path: root/support/include/nfslib.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/nfslib.h')
-rw-r--r--support/include/nfslib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/support/include/nfslib.h b/support/include/nfslib.h
index 95c3fe7..90bd33a 100644
--- a/support/include/nfslib.h
+++ b/support/include/nfslib.h
@@ -122,6 +122,11 @@ struct nfs_fh_len * getfh_old(struct sockaddr *addr, dev_t dev, ino_t ino);
struct nfs_fh_len * getfh(struct sockaddr *addr, const char *);
struct nfs_fh_len * getfh_size(struct sockaddr *addr, const char *, int size);
+void qword_print(FILE *f, char *str);
+void qword_printhex(FILE *f, char *str, int slen);
+void qword_printint(FILE *f, int num);
+void qword_eol(FILE *f);
+
/* lockd. */
int lockdsvc();