summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw.h
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-10-10 06:23:42 +0000
committercharnier <charnier@FreeBSD.org>1997-10-10 06:23:42 +0000
commitc4198a70c7f56d54ec13a8e63e0f03bb8ad51d5d (patch)
tree1eecca23afdea0a229b2d419a8c65df14f1b1190 /usr.sbin/pw/pw.h
parent272f35378bb5e1abaf91ce93316ca11f0cdf70fc (diff)
downloadFreeBSD-src-c4198a70c7f56d54ec13a8e63e0f03bb8ad51d5d.zip
FreeBSD-src-c4198a70c7f56d54ec13a8e63e0f03bb8ad51d5d.tar.gz
Use err(3) instead of local redefinition. Add rcsid string.
Diffstat (limited to 'usr.sbin/pw/pw.h')
-rw-r--r--usr.sbin/pw/pw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h
index 4383a11..b52891a 100644
--- a/usr.sbin/pw/pw.h
+++ b/usr.sbin/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);
OpenPOWER on IntegriCloud