diff liboctave/util/oct-glob.h @ 29230:6b3faa844395

Set API tags in files in liboctave/util (patch #8919). Add API tag to template class definitions. Add API tag to (un-defined) functions and member functions in headers. Export template class instantiations and template functions from .cc files.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 29 Dec 2020 17:58:57 +0100
parents bd51beb6205e
children 7854d5752dd2
line wrap: on
line diff
--- a/liboctave/util/oct-glob.h	Tue Dec 29 17:53:59 2020 +0100
+++ b/liboctave/util/oct-glob.h	Tue Dec 29 17:58:57 2020 +0100
@@ -34,14 +34,14 @@
 {
   namespace sys
   {
-    extern bool
+    extern OCTAVE_API bool
     fnmatch (const string_vector& pat, const std::string& str,
              int fnmatch_flags);
 
-    extern string_vector
+    extern OCTAVE_API string_vector
     glob (const string_vector&);
 
-    extern string_vector
+    extern OCTAVE_API string_vector
     windows_glob (const string_vector&);
   }
 }