/[monit]/monit/util.h
ViewVC logotype

Diff of /monit/util.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by hauk, Mon Dec 13 03:12:20 2004 UTC revision 1.3 by hauk, Sun Dec 19 00:31:51 2004 UTC
# Line 45  char *Util_basename(char* path); Line 45  char *Util_basename(char* path);
45    
46    
47  /**  /**
48   * Removes everything from the first newline (CR|LF)    * Removes everything from the first line break or newline (CR|LF)
49   * @param string A string to be chomped    * @param s A string to be chomped
50   */    * @return The chomped string
51  void Util_chomp(char *string, int len);    */
52    char *Util_chomp(char *s);
53    
54    
55  /**  /**

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26