Deleted Added
full compact
yp_extern.h (20053) yp_extern.h (20100)
1/*
2 * Copyright (c) 1995
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 71 unchanged lines hidden (view full) ---

80#endif
81extern int yp_validdomain __P((const char * ));
82extern DB *yp_open_db __P(( const char *, const char *));
83extern DB *yp_open_db_cache __P(( const char *, const char *, const char *, int ));
84extern void yp_flush_all __P(( void ));
85extern void yp_init_dbs __P(( void ));
86extern int yp_testflag __P(( char *, char *, int ));
87extern void load_securenets __P(( void ));
1/*
2 * Copyright (c) 1995
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 71 unchanged lines hidden (view full) ---

80#endif
81extern int yp_validdomain __P((const char * ));
82extern DB *yp_open_db __P(( const char *, const char *));
83extern DB *yp_open_db_cache __P(( const char *, const char *, const char *, int ));
84extern void yp_flush_all __P(( void ));
85extern void yp_init_dbs __P(( void ));
86extern int yp_testflag __P(( char *, char *, int ));
87extern void load_securenets __P(( void ));
88
89extern void yp_svc_run __P(( void ));
90extern void yp_init_async __P(( void ));
91extern bool_t yp_add_async __P(( XDR *, SVCXPRT *, DB * ));