s4/ldb: added --show-binary command line option
[kamenim/samba.git] / source4 / lib / ldb / include / ldb.h
index f38dc8f227b4eb1ac235c5fff57050d6ad5612c7..b75d63b8482558821e04bec136e554124cf385d9 100644 (file)
@@ -240,6 +240,12 @@ struct ldb_utf8_fns {
 */
 #define LDB_FLG_NOMMAP 8
 
+/**
+   Flag to tell ldif handlers not to force encoding of binary
+   structures in base64   
+*/
+#define LDB_FLG_SHOW_BINARY 16
+
 /*
    structures for ldb_parse_tree handling code
 */