async_auth.h 246 B

12345678910111213
  1. #ifndef __ASYNC_AUTH_H
  2. #define __ASYNC_AUTH_H
  3. #include "presentity.h"
  4. #include <xcap/pres_rules.h>
  5. int ask_auth_rules(presentity_t *p);
  6. int async_auth_timer_init();
  7. extern int max_auth_requests_per_tick;
  8. extern int async_auth_queries;
  9. #endif