aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dbopen.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-04-23 21:07:15 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-04-23 21:07:15 +0000
commit207bc0d1ede27c4318df1f3eda010f00b6dfb83d (patch)
treee931a884dd553afecd970386e0bf03de06b73cee /man3/dbopen.3
parent275515f226ca2c56fa0e2255801e9558bba5a6f2 (diff)
downloadman-pages-207bc0d1ede27c4318df1f3eda010f00b6dfb83d.tar.gz
ffix
Diffstat (limited to 'man3/dbopen.3')
-rw-r--r--man3/dbopen.36
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/dbopen.3 b/man3/dbopen.3
index 9039561f54..00714324be 100644
--- a/man3/dbopen.3
+++ b/man3/dbopen.3
@@ -148,11 +148,13 @@ typedef struct {
int (*close)(const DB *db);
int (*del)(const DB *db, const DBT *key, unsigned int flags);
int (*fd)(const DB *db);
- int (*get)(const DB *db, DBT *key, DBT *data, unsigned int flags);
+ int (*get)(const DB *db, DBT *key, DBT *data,
+ unsigned int flags);
int (*put)(const DB *db, DBT *key, const DBT *data,
unsigned int flags);
int (*sync)(const DB *db, unsigned int flags);
- int (*seq)(const DB *db, DBT *key, DBT *data, unsigned int flags);
+ int (*seq)(const DB *db, DBT *key, DBT *data,
+ unsigned int flags);
} DB;
.fi
.in