mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct the headers needed to use dbopen(3) and friends.
This commit is contained in:
parent
6f6ede923c
commit
9e542d7dbc
1 changed files with 2 additions and 1 deletions
|
|
@ -40,8 +40,9 @@
|
|||
.Nd "database access methods"
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In limits.h
|
||||
.In db.h
|
||||
.In fcntl.h
|
||||
.In limits.h
|
||||
.Ft DB *
|
||||
.Fn dbopen "const char *file" "int flags" "int mode" "DBTYPE type" "const void *openinfo"
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
|||
Loading…
Reference in a new issue