r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
[sfrench/samba-autobuild/.git] / source / include / smb.h
index f903772254c79290176823e7389ee44b06ed6a56..1a5b43e564b4f750004cf966f75d8503cd0e95d6 100644 (file)
@@ -538,6 +538,8 @@ typedef struct data_blob_ {
        void (*free)(struct data_blob_ *data_blob);
 } DATA_BLOB;
 
+extern const DATA_BLOB data_blob_null;
+
 /*
  * Structure used to keep directory state information around.
  * Used in NT change-notify code.