1 #ifndef _FLUSH_CLNT_H_INCLUDED_
2 #define _FLUSH_CLNT_H_INCLUDED_
18 extern int flush_add(
const char *,
const char *);
27 #define FLUSH_REQ_ADD "add"
28 #define FLUSH_REQ_SEND_SITE "send_site"
29 #define FLUSH_REQ_SEND_FILE "send_file"
30 #define FLUSH_REQ_REFRESH "rfrsh"
31 #define FLUSH_REQ_PURGE "purge"
36 #define FLUSH_STAT_FAIL -1
37 #define FLUSH_STAT_OK 0
38 #define FLUSH_STAT_BAD 3
39 #define FLUSH_STAT_DENY 4
int flush_send_site(const char *)
int flush_send_file(const char *)
int flush_add(const char *, const char *)