Module: sip-router Branch: master Commit: f6a38aa7f80cdc02431bdd3d314c82663a3d33a4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f6a38aa7...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Thu Oct 25 17:32:43 2012 +0100
modules_k/xcap_client: Added new #define for xcap-directory auid
---
modules_k/xcap_client/xcap_callbacks.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules_k/xcap_client/xcap_callbacks.h b/modules_k/xcap_client/xcap_callbacks.h index 833ae93..34a83fb 100644 --- a/modules_k/xcap_client/xcap_callbacks.h +++ b/modules_k/xcap_client/xcap_callbacks.h @@ -39,6 +39,7 @@ #define USER_PROFILE 1<<6 #define PRES_CONTENT 1<<7 #define SEARCH 1<<8 +#define DIRECTORY 1<<9
/* callback function prototype */ typedef int (xcap_cb)(int doc_type, str xid, char* doc);