Explorar el Código

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

Peter Dunkley hace 13 años
padre
commit
f6a38aa7f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);