[Freeswitch-branches] [commit] r7459 - freeswitch/branches/anthonyl/spidermonkey-stuff/src/include

Freeswitch SVN anthonyl at freeswitch.org
Fri Feb 1 10:42:49 EST 2008


Author: anthonyl
Date: Fri Feb  1 10:42:49 2008
New Revision: 7459

Modified:
   freeswitch/branches/anthonyl/spidermonkey-stuff/src/include/switch_module_interfaces.h

Log:
update. 


Modified: freeswitch/branches/anthonyl/spidermonkey-stuff/src/include/switch_module_interfaces.h
==============================================================================
--- freeswitch/branches/anthonyl/spidermonkey-stuff/src/include/switch_module_interfaces.h	(original)
+++ freeswitch/branches/anthonyl/spidermonkey-stuff/src/include/switch_module_interfaces.h	Fri Feb  1 10:42:49 2008
@@ -436,7 +436,8 @@
 	switch_status_t (*directory_next) (switch_directory_handle_t *dh);
 	/*! function to advance to the next name/value pair in the current record */
 	switch_status_t (*directory_next_pair) (switch_directory_handle_t *dh, char **var, char **val);
-
+	/*! function to append  a  new entry */
+	switch_status_t (*directory_append)    (switch_directory_handle_t *dh, char **var, char **val);
 	struct switch_directory_interface *next;
 };
 



More information about the Freeswitch-branches mailing list