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

Diff for /src/usr.bin/cvs/cmd.c between version 1.31 and 1.32

version 1.31, 2005/07/23 11:19:46 version 1.32, 2005/07/25 12:05:43
Line 96 
Line 96 
  * aliases matches <cmd>.   * aliases matches <cmd>.
  * Returns a pointer to the command entry on success, NULL on failure.   * Returns a pointer to the command entry on success, NULL on failure.
  */   */
 struct cvs_cmd*  struct cvs_cmd *
 cvs_findcmd(const char *cmd)  cvs_findcmd(const char *cmd)
 {  {
         int i, j;          int i, j;
Line 121 
Line 121 
         return (cmdp);          return (cmdp);
 }  }
   
 struct cvs_cmd*  struct cvs_cmd *
 cvs_findcmdbyreq(int reqid)  cvs_findcmdbyreq(int reqid)
 {  {
         int i;          int i;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32