summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/yp_extern.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1996-12-03 02:37:39 +0000
committerwpaul <wpaul@FreeBSD.org>1996-12-03 02:37:39 +0000
commit47ee9196beeaa7a40be71cf2e8642202eef9a54c (patch)
tree6de7b34289a2dd1a6de71f645eda8ba5441a4ade /usr.sbin/ypserv/yp_extern.h
parent65c6417408e3df83cd787c930d520484f3ac5fa7 (diff)
downloadFreeBSD-src-47ee9196beeaa7a40be71cf2e8642202eef9a54c.zip
FreeBSD-src-47ee9196beeaa7a40be71cf2e8642202eef9a54c.tar.gz
Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing
when I came up with this idea weren't strong enough to help me see it through. If this was a self-contained application and I had complete control over what data got sent through what socket and when, I might be able to get everything to work right without blocking, but instead I have RPC/XDR in between me and the socket layer, and they have their own ideas about what to do. Maybe one day I'll go totally mad and figure out the right way to do this; in the meantime this mess goes on the back burner.
Diffstat (limited to 'usr.sbin/ypserv/yp_extern.h')
-rw-r--r--usr.sbin/ypserv/yp_extern.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/ypserv/yp_extern.h b/usr.sbin/ypserv/yp_extern.h
index 049315d..bdb99f9 100644
--- a/usr.sbin/ypserv/yp_extern.h
+++ b/usr.sbin/ypserv/yp_extern.h
@@ -85,7 +85,3 @@ extern void yp_flush_all __P(( void ));
extern void yp_init_dbs __P(( void ));
extern int yp_testflag __P(( char *, char *, int ));
extern void load_securenets __P(( void ));
-
-extern void yp_svc_run __P(( void ));
-extern void yp_init_async __P(( void ));
-extern bool_t yp_add_async __P(( XDR *, SVCXPRT *, DB * ));
OpenPOWER on IntegriCloud