summaryrefslogtreecommitdiffstats
path: root/ldb/examples.dox
blob: ef4b4f0a4008bfb9aa74fb25947402eadc70c36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** \example ldbreader.c

The code below shows a simple LDB application.

It lists / dumps the records in a LDB database to standard output.

*/


/** \example ldifreader.c

The code below shows a simple LDB application.

It lists / dumps the entries in an LDIF file to standard output.

*/