1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-13 16:23:50 +03:00

r13851: More doc improvements.

(This used to be commit 936d26ae64)
This commit is contained in:
Jelmer Vernooij
2006-03-06 00:24:51 +00:00
committed by Gerald (Jerry) Carter
parent 77ffddec19
commit c287cc247d
12 changed files with 135 additions and 26 deletions

View File

@@ -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;