diff src/defun-int.h @ 5864:e884ab4f29ee

[project @ 2006-06-22 00:57:27 by jwe]
author jwe
date Thu, 22 Jun 2006 00:57:28 +0000
parents 080c08b192d8
children c68896f193e3
line wrap: on
line diff
--- a/src/defun-int.h	Tue Jun 20 17:56:59 2006 +0000
+++ b/src/defun-int.h	Thu Jun 22 00:57:28 2006 +0000
@@ -53,6 +53,10 @@
 		      const std::string& doc, bool is_text_fcn = false);
 
 extern void
+install_mex_function (void *fptr, bool fmex, const std::string& name,
+		      const octave_shlib& shl, bool is_text_fcn = false);
+
+extern void
 alias_builtin (const std::string& alias, const std::string& name);
 
 #define DECLARE_FUNX(name, args_name, nargout_name) \