• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/
1/** \example ldbreader.c
2
3The code below shows a simple LDB application.
4
5It lists / dumps the records in a LDB database to standard output.
6
7*/
8
9
10/** \example ldifreader.c
11
12The code below shows a simple LDB application.
13
14It lists / dumps the entries in an LDIF file to standard output.
15
16*/
17