/[monit]/monit/protocols/protocol.h
ViewVC logotype

Diff of /monit/protocols/protocol.h

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

revision 1.16 by martinp, Thu Jan 29 17:52:12 2004 UTC revision 1.17 by hauk, Sun Dec 12 23:45:09 2004 UTC
# Line 18  Line 18 
18   */   */
19    
20    
21  #ifndef PROTOCOL_H  #ifndef MONIT_PROTOCOL_H
22  #define PROTOCOL_H  #define MONIT_PROTOCOL_H
23    
24  #include <config.h>  #include <config.h>
25    
# Line 41  Line 41 
41  #define P_RDATE    12  #define P_RDATE    12
42  #define P_RSYNC    13  #define P_RSYNC    13
43  #define P_GENERIC  14  #define P_GENERIC  14
44    #define P_APACHESTATUS   15
45    
 /* Protocol Factory routines */  
46  void  gc_protocols();  void  gc_protocols();
47    
48    /* Protocol Factory routines */
49  void* create_default();  void* create_default();
50  void* create_http();  void* create_http();
51  void* create_ftp();  void* create_ftp();
# Line 58  void* create_ldap3(); Line 60  void* create_ldap3();
60  void* create_rdate();  void* create_rdate();
61  void* create_rsync();  void* create_rsync();
62  void* create_generic();  void* create_generic();
63    void* create_apache_status();
64    
65  /* "Package" locale Protocol routines */  /* "Package" locale Protocol routines */
66  int check_default(Socket_T);  int check_default(Socket_T);
# Line 74  int check_ldap3(Socket_T); Line 77  int check_ldap3(Socket_T);
77  int check_rdate(Socket_T);  int check_rdate(Socket_T);
78  int check_rsync(Socket_T);  int check_rsync(Socket_T);
79  int check_generic(Socket_T);  int check_generic(Socket_T);
80    int check_apache_status(Socket_T);
81    
82    
83  #endif  #endif

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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