Add mod_ldap as directory example

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@580 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-02-09 22:37:44 +00:00
parent aaa6a4f0b5
commit 1bd8aaa8f1
9 changed files with 313 additions and 15 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ struct switch_directory_interface {
/*! function to close the directory interface */
switch_status (*directory_close)(switch_directory_handle *dh);
/*! function to query the directory interface */
switch_status (*directory_query)(switch_directory_handle *dh, char *query);
switch_status (*directory_query)(switch_directory_handle *dh, char *base, char *query);
/*! function to advance to the next record */
switch_status (*directory_next)(switch_directory_handle *dh);
/*! function to advance to the next name/value pair in the current record */