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

Diff of /monit/monitor.h

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

revision 1.117 by hauk, Wed Nov 12 09:03:20 2003 UTC revision 1.118 by hauk, Fri Nov 21 16:25:23 2003 UTC
# Line 580  char *trim(char *); Line 580  char *trim(char *);
580  char *ltrim(char *);  char *ltrim(char *);
581  char *rtrim(char *);  char *rtrim(char *);
582  void  trim_quotes(char *);  void  trim_quotes(char *);
583    char *replace_char(char *, char, char);
584  char *replace_string(char **, const char *, const char *);  char *replace_string(char **, const char *, const char *);
585  int   count_words(char *, const char *);  int   count_words(char *, const char *);
586  int   starts_with(char *,char *);  int   starts_with(char *,char *);
# Line 603  char *get_process_uptime(char *, char *) Line 604  char *get_process_uptime(char *, char *)
604  char *get_md5sum(char *);  char *get_md5sum(char *);
605  int   check_md5(char *, char *);  int   check_md5(char *, char *);
606  char *url_encode(char *uri);  char *url_encode(char *uri);
607    char *url_decode(char *url);
608  char *get_basic_authentication_header();  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 *);
# Line 640  void  init_env(); Line 642  void  init_env();
642  void *xmalloc (int);  void *xmalloc (int);
643  void *xcalloc(long, long);  void *xcalloc(long, long);
644  char *xstrdup(const char *);  char *xstrdup(const char *);
645    char *xstrndup(const char *, long);
646  void *xresize(void *, long);  void *xresize(void *, long);
647  void  monit_http(int);  void  monit_http(int);
648  int   check_httpd();  int   check_httpd();

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

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