Browse Source

modules_k/xcap_client: Added new #define for xcap-directory auid

Peter Dunkley 13 years ago
parent
commit
f6a38aa7f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules_k/xcap_client/xcap_callbacks.h

+ 1 - 0
modules_k/xcap_client/xcap_callbacks.h

@@ -39,6 +39,7 @@
 #define USER_PROFILE       1<<6
 #define USER_PROFILE       1<<6
 #define PRES_CONTENT       1<<7
 #define PRES_CONTENT       1<<7
 #define SEARCH             1<<8
 #define SEARCH             1<<8
+#define DIRECTORY          1<<9
 
 
 /* callback function prototype */
 /* callback function prototype */
 typedef int (xcap_cb)(int doc_type, str xid, char* doc);
 typedef int (xcap_cb)(int doc_type, str xid, char* doc);