diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-10 06:23:42 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-10 06:23:42 +0000 |
| commit | 1c918146f943052c1876cdc9983597efd1b4964f (patch) | |
| tree | e6aed6e87f21afda2b7878dcf24011c58ab590c6 /pw/pw.h | |
| parent | 50c3b63a06a56b18c07951482d88b5d383ea5238 (diff) | |
| download | pw-darwin-1c918146f943052c1876cdc9983597efd1b4964f.tar.gz pw-darwin-1c918146f943052c1876cdc9983597efd1b4964f.zip | |
Use err(3) instead of local redefinition. Add rcsid string.
Diffstat (limited to 'pw/pw.h')
| -rw-r--r-- | pw/pw.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: pw.h,v 1.6 1997/02/22 16:12:27 peter Exp $ */ #include <stdio.h> @@ -98,7 +98,6 @@ struct userconf *read_userconfig(char const * file); int write_userconfig(char const * file); struct carg *addarg(struct cargs * _args, int ch, char *argstr); struct carg *getarg(struct cargs * _args, int ch); -void cmderr(int ec, char const * fmt,...); int pw_user(struct userconf * cnf, int mode, struct cargs * _args); int pw_group(struct userconf * cnf, int mode, struct cargs * _args); |
