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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/include/nfslib.h b/support/include/nfslib.h
index f210a06..ce4b14b 100644
--- a/support/include/nfslib.h
+++ b/support/include/nfslib.h
@@ -128,6 +128,10 @@ void fputrmtabent(FILE *fp, struct rmtabent *xep, long *pos);
void fendrmtabent(FILE *fp);
void frewindrmtabent(FILE *fp);
+/* mydaemon */
+void mydaemon(int nochdir, int noclose, int *pipefds);
+void release_parent(int *pipefds);
+
/*
* wildmat borrowed from INN
*/