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

Diff of /monit/monitor.h

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

revision 1.84 by martinp, Tue Aug 12 13:11:01 2003 UTC revision 1.85 by chopp, Wed Aug 13 22:18:42 2003 UTC
# Line 31  Line 31 
31  #include <sys/stat.h>  #include <sys/stat.h>
32  #endif  #endif
33    
34    #ifdef HAVE_SIGNAL_H
35  #include <signal.h>  #include <signal.h>
36    #endif
37    
38    #ifdef HAVE_PTHREAD_H
39  #include <pthread.h>  #include <pthread.h>
40    #endif
41    
42    #ifdef HAVE_STDARG_H
43  #include <stdarg.h>  #include <stdarg.h>
44    #endif
45    
46    #ifdef HAVE_STDLIB_H
47  #include <stdlib.h>  #include <stdlib.h>
48    #endif
49    
50  #include "ssl.h"  #include "ssl.h"
51  #include "socket.h"  #include "socket.h"
52    
53    
54  #define VERSION            PACKAGE_VERSION  #define VERSION            PACKAGE_VERSION
55  #define MONITRC            "monitrc"  #define MONITRC            "monitrc"
56  #define TIMEFORMAT         "%Z %b %e %T"  #define TIMEFORMAT         "%Z %b %e %T"
# Line 576  void  state_save(); Line 588  void  state_save();
588  int   state_should_update();  int   state_should_update();
589  void  state_update();  void  state_update();
590  void  state_finalize();  void  state_finalize();
591    #if ! HAVE_MALLOC
592    void *rpl_malloc (size_t __size);
593    #endif
594    
595    
596  #endif  #endif

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

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