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

Diff of /monit/monitor.h

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

revision 1.118 by hauk, Fri Nov 21 16:25:23 2003 UTC revision 1.119 by hauk, Fri Nov 21 16:47:11 2003 UTC
# Line 586  int   count_words(char *, const char *); Line 586  int   count_words(char *, const char *);
586  int   starts_with(char *,char *);  int   starts_with(char *,char *);
587  void  handle_string_escapes(char *);  void  handle_string_escapes(char *);
588  void  chomp(char *);  void  chomp(char *);
589  int   exist_service(char *);  int   exist_service(const char *);
590  int   get_service_list_length();  int   get_service_list_length();
591  Service_T get_service(char *);  Service_T get_service(const char *);
592  void  printrunlist();  void  printrunlist();
593  void  printservice(Service_T);  void  printservice(Service_T);
594  void  printservicelist();  void  printservicelist();
# Line 609  char *get_basic_authentication_header(); Line 609  char *get_basic_authentication_header();
609  Auth_T get_user_credentials(char *);  Auth_T get_user_credentials(char *);
610  int   compare_user_credentials(char *, char *);  int   compare_user_credentials(char *, char *);
611  int   parse(char *);  int   parse(char *);
612  void  control(char *);  void  control(const char *);
613  void  control_group(char *, char *);  void  control_group(const char *, const char *);
614  void  control_process(char *, char *);  void  control_process(const char *, const char *);
615  void  d_check_service(char *, char *);  void  d_check_service(const char *, const char *);
616  void  check_service(char *, char *);  void  check_service(const char *, const char *);
617  void  setup_dependants();  void  setup_dependants();
618  void  reset_depend();  void  reset_depend();
619  void  spawn(Service_T, Command_T, const char *);  void  spawn(Service_T, Command_T, const char *);

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119

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