]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/ypupdate.h
See Changelog
[nfs-utils.git] / support / include / ypupdate.h
1 /*
2  * ypupdate.h   This file contains the public declarations for the
3  *              ypupdate client side RPC stubs.
4  *
5  * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
6  */
7
8 #ifndef YPUPDATE_H
9 #define YPUPDATE_H
10
11 #include <rpcsvc/ypclnt.h>
12
13 int     yp_update(char *domain, char *map, unsigned int ypop,
14                         char *key, int keylen, char *data, int datalen);
15
16 #endif YPUPDATE_H