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

Diff for /src/usr.bin/cvs/Attic/req.c between version 1.6 and 1.7

version 1.6, 2004/12/06 21:03:12 version 1.7, 2004/12/07 17:10:56
Line 150 
Line 150 
 static int   cvs_req_nargs = 0;  static int   cvs_req_nargs = 0;
   
   
   
   
   
 /*  /*
  * cvs_req_handle()   * cvs_req_handle()
  *   *
Line 160 
Line 157 
  * of the command as single argument.   * of the command as single argument.
  * Returns the return value of the command on success, or -1 on failure.   * Returns the return value of the command on success, or -1 on failure.
  */   */
   
 int  int
 cvs_req_handle(char *line)  cvs_req_handle(char *line)
 {  {
Line 185 
Line 181 
 }  }
   
   
   
 static int  static int
 cvs_req_root(int reqid, char *line)  cvs_req_root(int reqid, char *line)
 {  {
Line 235 
Line 230 
 cvs_req_directory(int reqid, char *line)  cvs_req_directory(int reqid, char *line)
 {  {
   
   
   
         return (0);          return (0);
 }  }
   
Line 245 
Line 238 
  *   *
  * Handler for the `Case' requests, which toggles case sensitivity ON or OFF   * Handler for the `Case' requests, which toggles case sensitivity ON or OFF
  */   */
   
 static int  static int
 cvs_req_case(int reqid, char *line)  cvs_req_case(int reqid, char *line)
 {  {

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