Expunge revision histories in files.
[become] / src / userdb.h
index 91038d7..2c6740f 100644 (file)
@@ -4,10 +4,10 @@
  *
  * User database management
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
-/*----- Licencing notice --------------------------------------------------*
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of `become'
  *
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with `become'; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: userdb.h,v $
- * Revision 1.1  1997/07/21 13:47:42  mdw
- * Initial revision
- *
+ * along with `become'; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #ifndef USERDB_H
@@ -46,9 +38,7 @@
 #include <grp.h>
 #include <pwd.h>
 
-#ifndef SYM_H
-#  include "sym.h"
-#endif
+#include <mLib/sym.h>
 
 /*----- Type definitions --------------------------------------------------*/
 
@@ -215,16 +205,16 @@ extern struct group *userdb_nextGroup_r(userdb_iter */*i*/);
 
 extern void userdb_init(void);
 
-/* --- @userdb_reinit@ --- *
+/* --- @userdb_end@ --- *
  *
  * Arguments:  ---
  *
  * Returns:    ---
  *
- * Use:                Reinitialises the user database.
+ * Use:                Closes down the user database.
  */
 
-extern void userdb_reinit(void);
+extern void userdb_end(void);
 
 /*----- That's all, folks -------------------------------------------------*/