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

Diff of /monit/monitor.h

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

revision 1.85 by chopp, Wed Aug 13 22:18:42 2003 UTC revision 1.86 by hauk, Thu Aug 14 21:43:14 2003 UTC
# Line 575  void *xmalloc (int); Line 575  void *xmalloc (int);
575  void *xcalloc(long, long);  void *xcalloc(long, long);
576  char *xstrdup(const char *);  char *xstrdup(const char *);
577  void *xresize(void *, long);  void *xresize(void *, long);
 void  set_alarm_handler(void *);  
578  void  monit_http(int);  void  monit_http(int);
579  int   check_httpd();  int   check_httpd();
580  int   can_http();  int   can_http();
# Line 591  void  state_finalize(); Line 590  void  state_finalize();
590  #if ! HAVE_MALLOC  #if ! HAVE_MALLOC
591  void *rpl_malloc (size_t __size);  void *rpl_malloc (size_t __size);
592  #endif  #endif
593    void unset_signal_block(sigset_t *);
594    void set_signal_block(sigset_t *, sigset_t *);
595    
596    
597  #endif  #endif

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

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