/[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.7 by hauk, Mon Nov 25 17:00:38 2002 UTC revision 1.8 by martinp, Fri Jan 3 20:15:19 2003 UTC
# Line 35  Line 35 
35  #define P_IMAP     6  #define P_IMAP     6
36  #define P_NNTP     7  #define P_NNTP     7
37  #define P_SSH      8  #define P_SSH      8
38    #define P_DWP      9
39    
40  /* Protocol Factory routines */  /* Protocol Factory routines */
41  void  gc_protocols();  void  gc_protocols();
# Line 46  void* create_pop(); Line 47  void* create_pop();
47  void* create_imap();  void* create_imap();
48  void* create_nntp();  void* create_nntp();
49  void* create_ssh();  void* create_ssh();
50    void* create_dwp();
51    
52  /* "Package" locale Protocol routines */  /* "Package" locale Protocol routines */
53  int check_default(Port_T);  int check_default(Port_T);
# Line 56  int check_pop(Port_T); Line 58  int check_pop(Port_T);
58  int check_imap(Port_T);  int check_imap(Port_T);
59  int check_nntp(Port_T);  int check_nntp(Port_T);
60  int check_ssh(Port_T);  int check_ssh(Port_T);
61    int check_dwp(Port_T);
62    
63  #endif  #endif

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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