[BACK]Return to at.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / at

Diff for /src/usr.bin/at/at.h between version 1.5 and 1.6

version 1.5, 2002/05/11 23:16:44 version 1.6, 2002/05/13 16:12:07
Line 28 
Line 28 
   
 extern int fcreated;  extern int fcreated;
 extern char *__progname;  extern char *__progname;
   extern int program;
 extern char atfile[];  extern char atfile[];
 extern char atverify;  extern char atverify;
   
   enum { ATQ, ATRM, AT, BATCH, CAT };     /* what are we running as? */
   
 #define AT_MAXJOBS      255     /* max jobs outstanding per user */  #define AT_MAXJOBS      255     /* max jobs outstanding per user */
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6