|
@ -219,10 +219,10 @@ DYNAMIC_API PEP_STATUS adapter_group_rating( |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
DYNAMIC_API PEP_STATUS group_query_groups( |
|
|
//DYNAMIC_API PEP_STATUS group_query_groups(
|
|
|
PEP_SESSION session, |
|
|
// PEP_SESSION session,
|
|
|
identity_list **groups |
|
|
// identity_list **groups
|
|
|
); |
|
|
//);
|
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* <!-- group_query_manager() --> |
|
|
* <!-- group_query_manager() --> |
|
@ -240,11 +240,11 @@ DYNAMIC_API PEP_STATUS group_query_groups( |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
DYNAMIC_API PEP_STATUS group_query_manager( |
|
|
//DYNAMIC_API PEP_STATUS group_query_manager(
|
|
|
PEP_SESSION session, |
|
|
// PEP_SESSION session,
|
|
|
const pEp_identity *const group, |
|
|
// const pEp_identity *const group,
|
|
|
pEp_identity **manager |
|
|
// pEp_identity **manager
|
|
|
); |
|
|
//);
|
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* <!-- group_query_members() --> |
|
|
* <!-- group_query_members() --> |
|
@ -262,11 +262,11 @@ DYNAMIC_API PEP_STATUS group_query_manager( |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
DYNAMIC_API PEP_STATUS group_query_members( |
|
|
//DYNAMIC_API PEP_STATUS group_query_members(
|
|
|
PEP_SESSION session, |
|
|
// PEP_SESSION session,
|
|
|
const pEp_identity *const group, |
|
|
// const pEp_identity *const group,
|
|
|
identity_list **members |
|
|
// identity_list **members
|
|
|
); |
|
|
//);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
#ifdef __cplusplus |
|
|