[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.7 and 1.8

version 1.7, 2002/05/14 18:05:39 version 1.8, 2003/02/20 20:38:08
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: at.h,v 1.2 1995/03/25 18:13:32 glass Exp $     */  
   
 /*  /*
  *  at.h -  header for at(1)   *  at.h -  header for at(1)
Line 27 
Line 26 
  */   */
   
 extern int fcreated;  extern int fcreated;
 extern char *__progname;  
 extern int program;  extern int program;
 extern char atfile[];  extern char atfile[];
 extern char vflag;  extern char vflag;
Line 41 
Line 39 
         time_t ctime;          time_t ctime;
         char queue;          char queue;
 };  };
   
 #define AT_MAXJOBS      255     /* max jobs outstanding per user */  
   
 #define DEFAULT_BATCH_QUEUE     'E'  #define DEFAULT_BATCH_QUEUE     'E'
 #define DEFAULT_AT_QUEUE        'c'  #define DEFAULT_AT_QUEUE        'c'

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8