/[monit]/monit/http/engine.h
ViewVC logotype

Diff of /monit/http/engine.h

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

revision 1.9 by martinp, Fri Mar 12 18:56:03 2004 UTC revision 1.10 by chopp, Tue Dec 21 09:48:48 2004 UTC
# Line 34  Line 34 
34  #define DEFAULT_QUEUE_LEN  10  #define DEFAULT_QUEUE_LEN  10
35    
36  typedef struct host_allow {  typedef struct host_allow {
37    char *name;      unsigned long network;
38      unsigned long mask;
39    /* For internal use */    /* For internal use */
40    struct host_allow *next;    struct host_allow *next;
41  } *HostsAllow;  } *HostsAllow;
# Line 43  typedef struct host_allow { Line 44  typedef struct host_allow {
44  void start_httpd(int port, int backlog, char *bindAddr);  void start_httpd(int port, int backlog, char *bindAddr);
45  void stop_httpd();  void stop_httpd();
46  int add_host_allow(char *);  int add_host_allow(char *);
47    int add_net_allow(char *);
48  int has_hosts_allow();  int has_hosts_allow();
49  void destroy_hosts_allow();  void destroy_hosts_allow();
50    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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