diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-17 16:53:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:26 -0500 |
commit | 97079ab953a9021d67b3ec775d0321d1d4bd0e73 (patch) | |
tree | 0e2307443d46494606f08a01d0bdf06eaaae3876 /source3/include | |
parent | f1a0e7dc75a917c719fd8417859a31b7d9722b1d (diff) | |
download | samba-97079ab953a9021d67b3ec775d0321d1d4bd0e73.tar.gz samba-97079ab953a9021d67b3ec775d0321d1d4bd0e73.tar.bz2 samba-97079ab953a9021d67b3ec775d0321d1d4bd0e73.zip |
r22315: move tdbback.c content into tdbbackup.c
and make the functions static.
also use libreplace headers in tdbbackup.c
metze
(This used to be commit 1ca12b1c9e7e8267fa13a40ebeb2bdcd199237de)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 53f6ab8b58..90d2723251 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -635,7 +635,6 @@ typedef int BOOL; #include "dlinklist.h" #include "tdb.h" #include "util_tdb.h" -#include "tdbback.h" #include "lib/talloc/talloc.h" /* And a little extension. Abort on type mismatch */ |