diff options
Diffstat (limited to 'examples/pdb/README')
-rw-r--r-- | examples/pdb/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/pdb/README b/examples/pdb/README new file mode 100644 index 0000000000..ccc39248aa --- /dev/null +++ b/examples/pdb/README @@ -0,0 +1,9 @@ +README for Samba Password Database (PDB) examples +==================================================== +15-2-2002 Jelmer Vernooij <jelmer@nl.linux.org> + +The pdb_test.c file in this directory contains a very basic example of +a pdb plugin. It just prints the name of the function that is executed using +DEBUG. Maybe it's nice to include some of the arguments to the function in the +future too.. + |