/[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.12 by hauk, Thu Jul 24 00:35:25 2003 UTC revision 1.13 by hauk, Fri Aug 29 16:58:07 2003 UTC
# Line 39  Line 39 
39  #define P_LDAP2    10  #define P_LDAP2    10
40  #define P_LDAP3    11  #define P_LDAP3    11
41  #define P_RDATE    12  #define P_RDATE    12
42    #define P_RSYNC    13
43    
44  /* Protocol Factory routines */  /* Protocol Factory routines */
45  void  gc_protocols();  void  gc_protocols();
# Line 54  void* create_dwp(); Line 55  void* create_dwp();
55  void* create_ldap2();  void* create_ldap2();
56  void* create_ldap3();  void* create_ldap3();
57  void* create_rdate();  void* create_rdate();
58    void* create_rsync();
59    
60  /* "Package" locale Protocol routines */  /* "Package" locale Protocol routines */
61  int check_default(Socket_T);  int check_default(Socket_T);
# Line 68  int check_nntp(Socket_T); Line 70  int check_nntp(Socket_T);
70  int check_ldap2(Socket_T);  int check_ldap2(Socket_T);
71  int check_ldap3(Socket_T);  int check_ldap3(Socket_T);
72  int check_rdate(Socket_T);  int check_rdate(Socket_T);
73    int check_rsync(Socket_T);
74  #endif  #endif

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

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