This commit is contained in:
David Anderson 2006-02-08 22:59:58 +00:00
parent 2a13d923fa
commit 750b098e02

View File

@ -721,6 +721,7 @@ native log_error(error, const fmt[], ...);
// two: you CANNOT call your native from inside your native. This is very bad.
//This function should only be called if you registered with style=1
//You only need to use it on by-reference parameters.
native param_convert(num);
// Gets a string from the calling plugin