X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/8e3b89aebcd6d838c7fe0230e355fe133b5b5e12..e6677daf3e57a063da5a171e34b7ec91ed740f91:/src/name.h diff --git a/src/name.h b/src/name.h index 93793c9..85e170e 100644 --- a/src/name.h +++ b/src/name.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: name.h,v 1.2 1997/08/04 10:24:24 mdw Exp $ + * $Id: name.h,v 1.3 1997/08/20 16:18:05 mdw Exp $ * * Looking up of names in symbol tables * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: name.h,v $ + * Revision 1.3 1997/08/20 16:18:05 mdw + * Replace `name_reinit' by `name_end' for more sensible restart. + * * Revision 1.2 1997/08/04 10:24:24 mdw * Sources placed under CVS control. * @@ -75,18 +78,17 @@ typedef struct name { extern void name_init(void); -/* --- @name_reinit@ --- * +/* --- @name_end@ --- * * * Arguments: --- * * Returns: --- * - * Use: Reinitialises the names table. It's cleared and then - * initialised with the current user and group ids as for - * @name_init@ above. + * Use: Closes down the name database, so that it can be + * reinitialised. */ -extern void name_reinit(void); +extern void name_end(void); /* --- @name_find@ --- * *