mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
afc3eee3b8
commit
977497071b
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user