Fix to makefile install rules.
[become] / src / netg.h
index 964acb6..0c34fed 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.4 2003/10/12 00:14:55 mdw Exp $
  *
  * A local database of netgroups
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
  /*----- Revision history --------------------------------------------------*
  *
  * $Log: netg.h,v $
+ * Revision 1.4  2003/10/12 00:14:55  mdw
+ * Major overhaul.  Now uses DSA signatures rather than the bogus symmetric
+ * encrypt-and-hope thing.  Integrated with mLib and Catacomb.
+ *
+ * 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.
  *
@@ -43,9 +53,7 @@
 
 /*----- Required headers --------------------------------------------------*/
 
-#ifndef SYM_H
-#  include "sym.h"
-#endif
+#include <mLib/sym.h>
 
 /*----- Type definitions --------------------------------------------------*/
 
@@ -128,16 +136,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 -------------------------------------------------*/