summaryrefslogtreecommitdiff
path: root/ypxfr/ypxfr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ypxfr/ypxfr.h')
-rw-r--r--ypxfr/ypxfr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ypxfr/ypxfr.h b/ypxfr/ypxfr.h
new file mode 100644
index 0000000..60c840d
--- /dev/null
+++ b/ypxfr/ypxfr.h
@@ -0,0 +1,7 @@
+
+#ifndef __YPXFR_H__
+#define __YPXFR_H__
+
+extern bool_t ypxfr_xdr_ypresp_all(XDR *, ypresp_all *);
+
+#endif