diff options
Diffstat (limited to 'cpp/src/IcePatch2Lib/Util.cpp')
-rw-r--r-- | cpp/src/IcePatch2Lib/Util.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePatch2Lib/Util.cpp b/cpp/src/IcePatch2Lib/Util.cpp index ca2510a119c..e8699073978 100644 --- a/cpp/src/IcePatch2Lib/Util.cpp +++ b/cpp/src/IcePatch2Lib/Util.cpp @@ -44,7 +44,7 @@ const char* IcePatch2::logFile = "IcePatch2.log"; // #ifdef __sun -extern "C" static int +extern "C" int ice_scandir(const char* dir, struct dirent*** namelist, int (*select)(const struct dirent*), int (*compar)(const void*, const void*)) @@ -101,7 +101,7 @@ ice_scandir(const char* dir, struct dirent*** namelist, return i; } -extern "C" static int +extern "C" int ice_alphasort(const void* v1, const void* v2) { const struct dirent **a = (const struct dirent **)v1; |