1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Cosmetic fix

This commit is contained in:
Volker Lendecke 2007-11-07 20:18:38 +01:00
parent 89e2984a84
commit 8d8cb8f9cc

View File

@ -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__ */