summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index f903772254..1a5b43e564 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -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.