X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftdb1.h;fp=ccan%2Ftdb2%2Ftdb1.h;h=0000000000000000000000000000000000000000;hp=c46abc7e5e774c7549782415f65a256993cf61b2;hb=b8e64e9346793164651a36eccb3c205077e5c91b;hpb=a4f2eb983b92b68bcad2a0d640924b8b456e3d69 diff --git a/ccan/tdb2/tdb1.h b/ccan/tdb2/tdb1.h deleted file mode 100644 index c46abc7e..00000000 --- a/ccan/tdb2/tdb1.h +++ /dev/null @@ -1,43 +0,0 @@ -#ifndef TDB1_H -#define TDB1_H - -/* - Unix SMB/CIFS implementation. - - trivial database library (version 1 compat functions) - - Copyright (C) Andrew Tridgell 1999-2004 - Copyright (C) Rusty Russell 2011 - - ** NOTE! The following LGPL license applies to the tdb - ** library. This does NOT imply that all of Samba is released - ** under the LGPL - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, see . -*/ -#include "tdb2.h" - -#ifndef _SAMBA_BUILD_ -/* For mode_t */ -#include -/* For O_* flags. */ -#include -#endif - - -void tdb1_set_max_dead(struct tdb_context *tdb, int max_dead); - -/* @} ******************************************************************/ - -#endif /* tdb1.h */