Expunge revision histories in files.
[become] / src / netg.h
index 964acb6..0733318 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: netg.h,v 1.1 1997/08/07 09:45:00 mdw Exp $
+ * $Id: netg.h,v 1.5 2004/04/08 01:36:20 mdw Exp $
  *
  * A local database of netgroups
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
- /*----- Revision history --------------------------------------------------*
- *
- * $Log: netg.h,v $
- * Revision 1.1  1997/08/07 09:45:00  mdw
- * New source file added to maintain a netgroups database.
- *
- */
-
 #ifndef NETG_H
 #define NETG_H
 
@@ -43,9 +35,7 @@
 
 /*----- Required headers --------------------------------------------------*/
 
-#ifndef SYM_H
-#  include "sym.h"
-#endif
+#include <mLib/sym.h>
 
 /*----- Type definitions --------------------------------------------------*/
 
@@ -128,16 +118,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 -------------------------------------------------*/