diff src/ov-mex-fcn.h @ 9960:5f3c10ecb150

implement get_current_shlib and octave_auto_shlib
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 10 Dec 2009 11:51:33 +0100
parents eb63fbe60fab
children cd96d29c5efa
line wrap: on
line diff
--- a/src/ov-mex-fcn.h	Thu Dec 10 09:14:47 2009 +0100
+++ b/src/ov-mex-fcn.h	Thu Dec 10 11:51:33 2009 +0100
@@ -84,6 +84,9 @@
 
   void atexit (void (*fcn) (void)) { exit_fcn_ptr = fcn; }
 
+  octave_shlib get_shlib (void) const
+    { return sh_lib; }
+
 private:
 
   void *mex_fcn_ptr;