浏览代码

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

Peter Dunkley 13 年之前
父节点
当前提交
f6a38aa7f8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 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);