Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/lib/util/data_blob.h

    r414 r745  
    22   Unix SMB/CIFS implementation.
    33   DATA BLOB
    4    
     4
     5   Copyright (C) Andrew Tridgell 2001
     6   Copyright (C) Andrew Bartlett 2001
     7
    58   This program is free software; you can redistribute it and/or modify
    69   it under the terms of the GNU General Public License as published by
     
    6265
    6366/**
    64  reference a data blob, to the supplied TALLOC_CTX. 
    65  Returns a NULL DATA_BLOB on failure
    66 **/
    67 _PUBLIC_ DATA_BLOB data_blob_talloc_reference(TALLOC_CTX *mem_ctx, DATA_BLOB *blob);
    68 
    69 /**
    7067 construct a zero data blob, using supplied TALLOC_CTX.
    7168 use this sparingly as it initialises data - better to initialise
     
    9794print the data_blob as hex string
    9895**/
    99 _PUBLIC_ char *data_blob_hex_string(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob);
     96_PUBLIC_ char *data_blob_hex_string_upper(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob);
     97
     98/**
     99print the data_blob as hex string
     100**/
     101_PUBLIC_ char *data_blob_hex_string_lower(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob);
    100102
    101103/**
Note: See TracChangeset for help on using the changeset viewer.