/[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.11 by martinp, Wed Jul 23 08:10:13 2003 UTC revision 1.12 by hauk, Thu Jul 24 00:35:25 2003 UTC
# Line 24  Line 24 
24  #include <config.h>  #include <config.h>
25    
26  #include "monitor.h"  #include "monitor.h"
27  #include "net.h"  #include "socket.h"
28    
29  /* Protocols supported */  /* Protocols supported */
30  #define P_DEFAULT  1  #define P_DEFAULT  1
# Line 56  void* create_ldap3(); Line 56  void* create_ldap3();
56  void* create_rdate();  void* create_rdate();
57    
58  /* "Package" locale Protocol routines */  /* "Package" locale Protocol routines */
59  int check_default(Port_T);  int check_default(Socket_T);
60  int check_http(Port_T);  int check_ssh(Socket_T);
61  int check_ftp(Port_T);  int check_dwp(Socket_T);
62  int check_smtp(Port_T);  int check_pop(Socket_T);
63  int check_pop(Port_T);  int check_ftp(Socket_T);
64  int check_imap(Port_T);  int check_http(Socket_T);
65  int check_nntp(Port_T);  int check_smtp(Socket_T);
66  int check_ssh(Port_T);  int check_imap(Socket_T);
67  int check_dwp(Port_T);  int check_nntp(Socket_T);
68  int check_ldap2(Port_T);  int check_ldap2(Socket_T);
69  int check_ldap3(Port_T);  int check_ldap3(Socket_T);
70  int check_rdate(Port_T);  int check_rdate(Socket_T);
71    
72  #endif  #endif

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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