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

Diff for /src/usr.bin/cvs/logmsg.c between version 1.16 and 1.17

version 1.16, 2005/07/23 00:03:00 version 1.17, 2005/07/25 12:05:43
Line 60 
Line 60 
  * The returned value must later be free()d.   * The returned value must later be free()d.
  * Returns a pointer to the allocated buffer on success, or NULL on failure.   * Returns a pointer to the allocated buffer on success, or NULL on failure.
  */   */
 char*  char *
 cvs_logmsg_open(const char *path)  cvs_logmsg_open(const char *path)
 {  {
         int lcont;          int lcont;
Line 164 
Line 164 
  * Returns the message in a dynamically allocated string on success, NULL on   * Returns the message in a dynamically allocated string on success, NULL on
  * failure.   * failure.
  */   */
 char*  char *
 cvs_logmsg_get(const char *dir, struct cvs_flist *added,  cvs_logmsg_get(const char *dir, struct cvs_flist *added,
     struct cvs_flist *modified, struct cvs_flist *removed)      struct cvs_flist *modified, struct cvs_flist *removed)
 {  {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17