corrected issue am44595

This commit is contained in:
David Anderson
2006-09-10 00:51:35 +00:00
parent 751e8e6299
commit 4599b59834
2 changed files with 17 additions and 4 deletions

View File

@ -1004,10 +1004,10 @@ native set_addr_val(addr, val);
native CreateMultiForward(const name[], stop_type, ...);
/**
* creates a forward for one plugin.
* results will be > 0 for success
* id can be returned from find_plugin_byfile or
* anything get_plugin is compatible with.
* Creates a forward for one plugin.
* Results will be > 0 for success.
* id should be an id such as returned by find_plugin_byfile.
* Unlike get_plugin(), negative numbers will not work.
*/
native CreateOneForward(plugin_id, const name[], ...);