Annotation of embedaddon/lighttpd/src/server.h, revision 1.1.1.2

1.1       misho       1: #ifndef _SERVER_H_
                      2: #define _SERVER_H_
1.1.1.2 ! misho       3: #include "first.h"
1.1       misho       4: 
                      5: #include "base.h"
                      6: 
                      7: int config_read(server *srv, const char *fn);
                      8: int config_set_defaults(server *srv);
                      9: 
                     10: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>