summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-10-10 06:23:42 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-10-10 06:23:42 +0000
commit2d292a048fc1a9b71c8d4aa0e79ea8e33725ce04 (patch)
treeb30178b71f02ee1dfa3cd15cea7af1457b727649 /pw/pw.h
parentd728a0be340fe290e6741387e644093d5b23161b (diff)
downloadpw-darwin-2d292a048fc1a9b71c8d4aa0e79ea8e33725ce04.tar.gz
pw-darwin-2d292a048fc1a9b71c8d4aa0e79ea8e33725ce04.tar.zst
pw-darwin-2d292a048fc1a9b71c8d4aa0e79ea8e33725ce04.zip
Use err(3) instead of local redefinition. Add rcsid string.
Diffstat (limited to 'pw/pw.h')
-rw-r--r--pw/pw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw/pw.h b/pw/pw.h
index 4383a11..b52891a 100644
--- a/pw/pw.h
+++ b/pw/pw.h
@@ -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);