* Removed all Id tags.
[cacao.git] / src / vm / jit_interface.h
index dfcff33c4ab4090221bfda1635379a9ff8900f3d..2dca6379e71da87bbd025a530adb60441c3db887 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: jit_interface.h 7692 2007-04-12 14:47:24Z twisti $
-
 */
 
 
@@ -53,6 +51,7 @@ void removenativestub(u1 *stub);
 void jit_invalidate_code(methodinfo *m);
 
 void md_param_alloc(methoddesc *md);
+void md_param_alloc_native(methoddesc *md);
 
 /* stub for throwing AbstractMethodError's */
 #if defined(ENABLE_JIT)