=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/at/at.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/at/at.h 2002/05/11 23:16:44 1.5 +++ src/usr.bin/at/at.h 2002/05/13 16:12:07 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: at.h,v 1.5 2002/05/11 23:16:44 millert Exp $ */ +/* $OpenBSD: at.h,v 1.6 2002/05/13 16:12:07 millert Exp $ */ /* $NetBSD: at.h,v 1.2 1995/03/25 18:13:32 glass Exp $ */ /* @@ -28,8 +28,11 @@ extern int fcreated; extern char *__progname; +extern int program; extern char atfile[]; extern char atverify; + +enum { ATQ, ATRM, AT, BATCH, CAT }; /* what are we running as? */ #define AT_MAXJOBS 255 /* max jobs outstanding per user */