# HG changeset patch # User Michael Goffioul # Date 1361460695 0 # Node ID 7285f607b3835c485c061fee425520a1b4970ddf # Parent 3759d29a6562ee0dcce509c4221be7d260358abd Mark sysdep_init/sysdep_cleanup for export. * libinterp/interpfcn/sysdep.h (sysdep_init, sysdep_cleanup): Decorate with OCTINTERP_API. diff -r 3759d29a6562 -r 7285f607b383 libinterp/interpfcn/sysdep.h --- 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);