changeset 16082:7285f607b383

Mark sysdep_init/sysdep_cleanup for export. * libinterp/interpfcn/sysdep.h (sysdep_init, sysdep_cleanup): Decorate with OCTINTERP_API.
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 21 Feb 2013 15:31:35 +0000
parents 3759d29a6562
children 7398b2dd08cb
files libinterp/interpfcn/sysdep.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interpfcn/sysdep.h	Thu Feb 21 15:26:07 2013 +0000
+++ b/libinterp/interpfcn/sysdep.h	Thu Feb 21 15:31:35 2013 +0000
@@ -30,9 +30,9 @@
 #include "lo-ieee.h"
 #include "lo-sysdep.h"
 
-extern void sysdep_init (void);
+extern OCTINTERP_API void sysdep_init (void);
 
-extern void sysdep_cleanup (void);
+extern OCTINTERP_API void sysdep_cleanup (void);
 
 extern OCTINTERP_API void raw_mode (bool, bool wait = true);