summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1997-07-29 15:43:21 +0000
committerwpaul <wpaul@FreeBSD.org>1997-07-29 15:43:21 +0000
commite0bb173182a2eae0614ffe1de98139d5aaca70a9 (patch)
tree25ce33b7284b134b210f0e2089dc2aaa85decfe7 /usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
parent2f9d4f24114eb44bfde492debae4196f2127b888 (diff)
downloadFreeBSD-src-e0bb173182a2eae0614ffe1de98139d5aaca70a9.zip
FreeBSD-src-e0bb173182a2eae0614ffe1de98139d5aaca70a9.tar.gz
Modify rpc.yppasswdd to use the new AF_LOCAL transport in the RPC library
instead of its own kludged up version. This makes the special 'superuser-only' update procedure work just like a real RPC service.
Diffstat (limited to 'usr.sbin/rpc.yppasswdd/yppasswdd_extern.h')
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
index 857248e..76bacbc 100644
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: yppasswdd_extern.h,v 1.2 1997/07/28 18:31:11 wpaul Exp $
*/
#include <sys/types.h>
@@ -58,6 +58,8 @@ extern char *yp_dir;
extern char *progname;
extern void do_master __P(( void ));
extern void yppasswdprog_1 __P(( struct svc_req *, register SVCXPRT * ));
+extern void master_yppasswdprog_1 __P(( struct svc_req *,
+ register SVCXPRT * ));
extern void reaper __P(( int ));
extern void install_reaper __P(( int ));
extern int pw_copy __P(( int, int, struct passwd * ));
OpenPOWER on IntegriCloud