Added request at13457 from harbu.

This commit is contained in:
David Anderson
2005-07-08 01:15:54 +00:00
parent 0600e3357c
commit de5eb6924a
4 changed files with 33 additions and 4 deletions

View File

@ -677,4 +677,7 @@ native require_module(const module[]);
native is_amd64_server();
/* Returns 0 on success, like the POSIX specification */
native mkdir(const dirname[]);
native mkdir(const dirname[]);
/* Returns plugin id searched by file/name. Returns INVALID_PLUGIN_ID on failure. */
native find_plugin_byfile(const filename[], ignoreCase=1);