Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ccan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
ccan
Commits
448b9194
Commit
448b9194
authored
Aug 24, 2011
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tdb: don't use 'private' in headers.
As per the SAMBA version.
parent
4786b6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ccan/tdb/tdb.h
ccan/tdb/tdb.h
+2
-2
No files found.
ccan/tdb/tdb.h
View file @
448b9194
...
@@ -141,8 +141,8 @@ void tdb_enable_seqnum(struct tdb_context *tdb);
...
@@ -141,8 +141,8 @@ void tdb_enable_seqnum(struct tdb_context *tdb);
void
tdb_increment_seqnum_nonblock
(
struct
tdb_context
*
tdb
);
void
tdb_increment_seqnum_nonblock
(
struct
tdb_context
*
tdb
);
unsigned
int
tdb_jenkins_hash
(
TDB_DATA
*
key
);
unsigned
int
tdb_jenkins_hash
(
TDB_DATA
*
key
);
int
tdb_check
(
struct
tdb_context
*
tdb
,
int
tdb_check
(
struct
tdb_context
*
tdb
,
int
(
*
check
)(
TDB_DATA
key
,
TDB_DATA
data
,
void
*
private
),
int
(
*
check
)(
TDB_DATA
key
,
TDB_DATA
data
,
void
*
private
_data
),
void
*
private
);
void
*
private
_data
);
/* Low level locking functions: use with care */
/* Low level locking functions: use with care */
int
tdb_chainlock
(
struct
tdb_context
*
tdb
,
TDB_DATA
key
);
int
tdb_chainlock
(
struct
tdb_context
*
tdb
,
TDB_DATA
key
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment