diff options
Diffstat (limited to 'support/include/ypupdate.h')
-rw-r--r-- | support/include/ypupdate.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/support/include/ypupdate.h b/support/include/ypupdate.h deleted file mode 100644 index e0cee15..0000000 --- a/support/include/ypupdate.h +++ /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 |