From 7b695de799ec47d008ed93b25da9266cfb6d6da1 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 9 Dec 1996 23:55:27 +0000 Subject: Upgrade from the author, reflecting all my wishes resulting out of the sysinstall use of this tool (plus some bug fixes). 2.2 candidate... Submitted by: David Nugent --- pw/pw.h | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'pw/pw.h') diff --git a/pw/pw.h b/pw/pw.h index 8635f44..26110f5 100644 --- a/pw/pw.h +++ b/pw/pw.h @@ -43,6 +43,7 @@ #include #include #include +#include #include "psdate.h" @@ -52,6 +53,7 @@ enum _mode M_DELETE, M_UPDATE, M_PRINT, + M_NEXT, M_NUM }; @@ -62,21 +64,6 @@ enum _which W_NUM }; -enum _excode -{ - X_ALLOK, - X_CMDERR, - X_PERMERR, - X_MEMERR, - X_NOUPDATE, - X_NOTFOUND, - X_UPDERROR, - X_TOOMANY, - X_EXISTS, - X_DBERROR, - X_CONFIG -}; - struct carg { int ch; -- cgit v1.2.3