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

Diff for /src/usr.bin/tip/Attic/tip.h between version 1.15 and 1.16

version 1.15, 2003/06/03 02:56:18 version 1.16, 2003/09/20 18:15:32
Line 223 
Line 223 
 #define HALFDUPLEX      30  #define HALFDUPLEX      30
 #define LECHO           31  #define LECHO           31
 #define PARITY          32  #define PARITY          32
   #define HARDWAREFLOW    33
   
 #define NOVAL   ((value_t *)NULL)  #define NOVAL   ((value_t *)NULL)
 #define NOACU   ((acu_t *)NULL)  #define NOACU   ((acu_t *)NULL)
Line 286 
Line 287 
 void    daemon_uid(void);  void    daemon_uid(void);
 void    disconnect(char *reason);  void    disconnect(char *reason);
 void    execute(char *s);  void    execute(char *s);
   void    hardwareflow(char *option);
 void    logent(char *group, char *num, char *acu, char *message);  void    logent(char *group, char *num, char *acu, char *message);
 void    loginit(void);  void    loginit(void);
 void    prtime(char *s, time_t a);  void    prtime(char *s, time_t a);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16