X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=client-tags.h;h=24b45c1cff74cb17ea6a5cb149f237a84c1298c4;hp=6f8398c41857d3176046fcdf525ca03bd5244c54;hb=3ac2e455b47cce2028e1f8c7de72a77a15491691;hpb=668491938efce71fde75a85f3b9dc0cedba50f77 diff --git a/client-tags.h b/client-tags.h index 6f8398c4..24b45c1c 100644 --- a/client-tags.h +++ b/client-tags.h @@ -1,6 +1,6 @@ #ifndef CLIENT_TAGS_H_INCLUDED #define CLIENT_TAGS_H_INCLUDED -#define CLIENT_TAGS_H_VERSION "$Id: client-tags.h,v 1.2 2016/05/03 13:21:42 fabiankeil Exp $" +#define CLIENT_TAGS_H_VERSION "$Id: client-tags.h,v 1.3 2016/05/22 12:43:07 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/client-tags.h,v $ @@ -33,6 +33,7 @@ extern int client_tag_match(const struct pattern_spec *pattern, const struct list *tags); extern void get_tag_list_for_client(struct list *tag_list, const char *client_address); +extern time_t get_next_tag_timeout_for_client(const char *client_address); extern jb_err disable_client_specific_tag(struct client_state *csp, const char *tag_name); extern jb_err enable_client_specific_tag(struct client_state *csp,