rls_auth.h 225 B

12345678910
  1. #ifndef __RLS_AUTHORIZE
  2. #define __RLS_AUTHORIZE
  3. #include "rl_subscription.h"
  4. #include "subscription_manager.h"
  5. #include "rls_mod.h"
  6. authorization_result_t rls_authorize_subscription(struct _subscription_data_t *s);
  7. #endif