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/source3/include/util_tdb.h

    r414 r745  
    2121#define __TDBUTIL_H__
    2222
    23 #include "tdb.h"
     23#include <tdb.h>
    2424
    25 #include "talloc.h" /* for tdb_wrap_open() */
     25#include <talloc.h> /* for tdb_wrap_open() */
    2626#include "../libcli/util/ntstatus.h" /* for map_nt_error_from_tdb() */
    2727#include "../../lib/util/util_tdb.h"
    28 
    29 struct tdb_wrap {
    30         struct tdb_context *tdb;
    31         const char *name;
    32         struct tdb_wrap *next, *prev;
    33 };
    3428
    3529int tdb_chainlock_with_timeout( struct tdb_context *tdb, TDB_DATA key,
     
    5448                                 int tdb_flags, int open_flags, mode_t mode);
    5549
    56 struct tdb_wrap *tdb_wrap_open(TALLOC_CTX *mem_ctx,
    57                                const char *name, int hash_size, int tdb_flags,
    58                                int open_flags, mode_t mode);
    59 
    6050NTSTATUS map_nt_error_from_tdb(enum TDB_ERROR err);
    6151
Note: See TracChangeset for help on using the changeset viewer.