]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/ypupdate.h
Remove some files that old, unused, unneeded.
[nfs-utils.git] / support / include / ypupdate.h
diff --git a/support/include/ypupdate.h b/support/include/ypupdate.h
deleted file mode 100644 (file)
index e0cee15..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * ypupdate.h  This file contains the public declarations for the
- *             ypupdate client side RPC stubs.
- *
- * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
- */
-
-#ifndef YPUPDATE_H
-#define YPUPDATE_H
-
-#include <rpcsvc/ypclnt.h>
-
-int    yp_update(char *domain, char *map, unsigned int ypop,
-                       char *key, int keylen, char *data, int datalen);
-
-#endif YPUPDATE_H