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

Diff for /src/usr.bin/cvs/cvs.c between version 1.74 and 1.75

version 1.74, 2005/07/24 17:48:05 version 1.75, 2005/07/25 12:05:43
Line 73 
Line 73 
 static TAILQ_HEAD(, cvs_var) cvs_variables;  static TAILQ_HEAD(, cvs_var) cvs_variables;
   
   
 void         usage           (void);  void            usage(void);
 static void  cvs_read_rcfile (void);  static void     cvs_read_rcfile(void);
 int          cvs_getopt(int, char **);  int             cvs_getopt(int, char **);
   
 /*  /*
  * usage()   * usage()
Line 514 
Line 514 
  * value string on success, or NULL if the variable does not exist.   * value string on success, or NULL if the variable does not exist.
  */   */
   
 const char*  const char *
 cvs_var_get(const char *var)  cvs_var_get(const char *var)
 {  {
         struct cvs_var *vp;          struct cvs_var *vp;

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75