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

Diff for /src/usr.bin/cvs/Attic/proto.c between version 1.66 and 1.67

version 1.66, 2005/07/24 16:46:40 version 1.67, 2005/07/25 12:05:43
Line 412 
Line 412 
  * Build a space-separated list of all the requests that this protocol   * Build a space-separated list of all the requests that this protocol
  * implementation supports.   * implementation supports.
  */   */
 char*  char *
 cvs_req_getvalid(void)  cvs_req_getvalid(void)
 {  {
         u_int i;          u_int i;
Line 476 
Line 476 
 /*  /*
  * cvs_resp_getbyname()   * cvs_resp_getbyname()
  */   */
 struct cvs_resp*  struct cvs_resp *
 cvs_resp_getbyname(const char *rname)  cvs_resp_getbyname(const char *rname)
 {  {
         u_int i;          u_int i;
Line 495 
Line 495 
  * Build a space-separated list of all the responses that this protocol   * Build a space-separated list of all the responses that this protocol
  * implementation supports.   * implementation supports.
  */   */
 char*  char *
 cvs_resp_getvalid(void)  cvs_resp_getvalid(void)
 {  {
         u_int i;          u_int i;

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67