async_auth.h

00001 #ifndef __ASYNC_AUTH_H
00002 #define __ASYNC_AUTH_H
00003 
00004 #include "presentity.h"
00005 #include <xcap/pres_rules.h>
00006 
00007 int ask_auth_rules(presentity_t *p);
00008 int async_auth_timer_init();
00009 
00010 extern int max_auth_requests_per_tick;
00011 extern int async_auth_queries;
00012 
00013 #endif