From 23b61265b85f321ae2ceddc6c75771f8881566d8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 5 Sep 2008 10:13:10 -0400 Subject: Initial Import --- ldb/examples.dox | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ldb/examples.dox (limited to 'ldb/examples.dox') diff --git a/ldb/examples.dox b/ldb/examples.dox new file mode 100644 index 00000000..ef4b4f0a --- /dev/null +++ b/ldb/examples.dox @@ -0,0 +1,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. + +*/ -- cgit