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

Diff for /src/usr.bin/cvs/init.c between version 1.1 and 1.2

version 1.1, 2004/07/13 22:02:40 version 1.2, 2004/07/14 00:46:48
Line 72 
Line 72 
   
   
   
   /*
    * cvs_init()
    *
    * Handler for the `cvs init' command which is used to initialize a CVS
    * repository.
    * Returns 0 on success, or the appropriate exit status on failure.
    */
   
 int  int
 cvs_init(int argc, char **argv)  cvs_init(int argc, char **argv)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2