Parent Directory
|
Revision Log
no message
| 1 | #ifndef INCLUDED_GS_SCOPE_H |
| 2 | #define INCLUDED_GS_SCOPE_H |
| 3 | |
| 4 | #include "common/list.h" |
| 5 | #include "connection.h" |
| 6 | |
| 7 | extern int serve_scope_list_load(const char *filename); |
| 8 | extern void serve_scope_list_unload(void); |
| 9 | extern int serve_scope_list_reload(const char *filename); |
| 10 | extern int serve_scope_list_validate(unsigned int ip, t_connection *c); |
| 11 | |
| 12 | #endif |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |