summaryrefslogtreecommitdiff
path: root/source3/include/dbwrap.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@sernet.de>2007-11-07 20:18:38 +0100
committerVolker Lendecke <vl@sernet.de>2007-11-22 16:00:13 +0100
commit977497071bba5ab8791aa684c800fc03c4be77e6 (patch)
tree945699a77ce416816dd3b72fcd71b974c7cc9c70 /source3/include/dbwrap.h
parentafc3eee3b8cd64d9b817de3c9b55d674a5170323 (diff)
downloadsamba-977497071bba5ab8791aa684c800fc03c4be77e6.tar.gz
samba-977497071bba5ab8791aa684c800fc03c4be77e6.tar.bz2
samba-977497071bba5ab8791aa684c800fc03c4be77e6.zip
Cosmetic fix
(This used to be commit 8d8cb8f9ccbc013b97c252d27c3af4e2eb10d56a)
Diffstat (limited to 'source3/include/dbwrap.h')
-rw-r--r--source3/include/dbwrap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/dbwrap.h b/source3/include/dbwrap.h
index 57378354b5..c175f69c4d 100644
--- a/source3/include/dbwrap.h
+++ b/source3/include/dbwrap.h
@@ -17,8 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __FILEDB_H__
-#define __FILEDB_H__
+#ifndef __DBWRAP_H__
+#define __DBWRAP_H__
struct db_record {
TDB_DATA key, value;
@@ -51,4 +51,4 @@ struct db_context *db_open(TALLOC_CTX *mem_ctx,
int open_flags, mode_t mode);
-#endif /* __FILEDB_H__ */
+#endif /* __DBWRAP_H__ */