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

Diff of /monit/util.c

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

revision 1.105 by hauk, Fri Nov 21 16:25:23 2003 UTC revision 1.106 by hauk, Fri Nov 21 16:47:11 2003 UTC
# Line 432  void handle_string_escapes(char *buf) { Line 432  void handle_string_escapes(char *buf) {
432   * @param name A service name as stated in the config file   * @param name A service name as stated in the config file
433   * @return the named service or NULL if not found   * @return the named service or NULL if not found
434   */   */
435  Service_T get_service(char *name) {  Service_T get_service(const char *name) {
436    
437    Service_T s;    Service_T s;
438    
# Line 454  Service_T get_service(char *name) { Line 454  Service_T get_service(char *name) {
454   * @return TRUE if the service name exist in the   * @return TRUE if the service name exist in the
455   * servicelist, otherwise FALSE   * servicelist, otherwise FALSE
456   */   */
457  int exist_service(char *name) {  int exist_service(const char *name) {
458    
459    Service_T s;    Service_T s;
460    

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

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