Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nadezhda Ivanova
OpenLDAP
Commits
1e535191
Commit
1e535191
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Backout recent initialization/startup changes in preparation for
new frontend-backend interface.
parent
d27b2f81
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ldbm.h
+2
-11
2 additions, 11 deletions
include/ldbm.h
with
2 additions
and
11 deletions
include/ldbm.h
+
2
−
11
View file @
1e535191
...
...
@@ -202,7 +202,8 @@ LDAP_END_DECL
LDAP_BEGIN_DECL
int
ldbm_errno
(
LDBM
ldbm
);
void
ldbm_initialize
(
void
);
int
ldbm_errno
(
LDBM
ldbm
);
LDBM
ldbm_open
(
char
*
name
,
int
rw
,
int
mode
,
int
dbcachesize
);
void
ldbm_close
(
LDBM
ldbm
);
void
ldbm_sync
(
LDBM
ldbm
);
...
...
@@ -212,16 +213,6 @@ Datum ldbm_fetch( LDBM ldbm, Datum key );
int
ldbm_store
(
LDBM
ldbm
,
Datum
key
,
Datum
data
,
int
flags
);
int
ldbm_delete
(
LDBM
ldbm
,
Datum
key
);
#ifdef LDBM_USE_DBBTREE
# if HAVE_BERKELEY_DB2
LDBM
ldbm_open_env
(
char
*
name
,
int
rw
,
int
mode
,
int
dbcachesize
,
DB_ENV
*
env
);
# else
LDBM
ldbm_open_env
(
char
*
name
,
int
rw
,
int
mode
,
int
dbcachesize
,
void
*
env
);
# endif
#endif
#if HAVE_BERKELEY_DB2
void
*
ldbm_malloc
(
size_t
size
);
Datum
ldbm_firstkey
(
LDBM
ldbm
,
DBC
**
dbch
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment