X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/afce951bf49ff63b726810860a29ebeec534146c..ae37bd458c92f9147140036b67007a85ed33aef9:/src/netg.h diff --git a/src/netg.h b/src/netg.h index 964acb6..b0207b2 100644 --- a/src/netg.h +++ b/src/netg.h @@ -1,10 +1,10 @@ /* -*-c-*- * - * $Id: netg.h,v 1.1 1997/08/07 09:45:00 mdw Exp $ + * $Id: netg.h,v 1.3 1998/01/12 16:46:18 mdw Exp $ * * A local database of netgroups * - * (c) 1997 EBI + * (c) 1998 EBI */ /*----- Licensing notice --------------------------------------------------* @@ -29,6 +29,12 @@ /*----- Revision history --------------------------------------------------* * * $Log: netg.h,v $ + * Revision 1.3 1998/01/12 16:46:18 mdw + * Fix copyright date. + * + * Revision 1.2 1997/08/20 16:19:24 mdw + * Replace `name_reinit' by `name_end' for more sensible restart. + * * Revision 1.1 1997/08/07 09:45:00 mdw * New source file added to maintain a netgroups database. * @@ -128,16 +134,16 @@ extern int netg_scan(netg */*n*/, extern void netg_init(void); -/* --- @netg_reinit@ --- * +/* --- @netg_end@ --- * * * Arguments: --- * * Returns: --- * - * Use: Forces a re-read of the netgroups file. + * Use: Empties the netgroups database. */ -extern void netg_reinit(void); +extern void netg_end(void); /*----- That's all, folks -------------------------------------------------*/