mirror of
https://github.com/samba-team/samba.git
synced 2025-12-13 16:23:50 +03:00
committed by
Gerald (Jerry) Carter
parent
77ffddec19
commit
c287cc247d
@@ -178,6 +178,10 @@ _PUBLIC_ DATA_BLOB data_blob_string_const(const char *str)
|
||||
return blob;
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new data blob from const data
|
||||
*/
|
||||
|
||||
_PUBLIC_ DATA_BLOB data_blob_const(const void *p, size_t length)
|
||||
{
|
||||
DATA_BLOB blob;
|
||||
|
||||
Reference in New Issue
Block a user