X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fypupdate.h;fp=support%2Finclude%2Fypupdate.h;h=0000000000000000000000000000000000000000;hp=e0cee15637040a085d5e2470b5022268488c2a63;hb=9f5b40b7a68fe0a2648565ecbd4b08bf60287130;hpb=fbb1602bbd34cbe89dd55ca6eaaa19432237db1d 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 - */ - -#ifndef YPUPDATE_H -#define YPUPDATE_H - -#include - -int yp_update(char *domain, char *map, unsigned int ypop, - char *key, int keylen, char *data, int datalen); - -#endif YPUPDATE_H