From b2765bfea9c2673b5d5119b91da3fcaad4ea66ed Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 20 Oct 2015 16:13:02 +0200 Subject: [PATCH] change libversionShow syntax --- require.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/require.h b/require.h index 2a619ea..141673d 100644 --- a/require.h +++ b/require.h @@ -8,7 +8,7 @@ extern "C" { int require(const char* libname, const char* version, const char* args); const char* getLibVersion(const char* libname); const char* getLibLocation(const char* libname); -int libversionShow(const char* pattern, int showLocation); +int libversionShow(int showLocation, const char* outfile); int runScript(const char* filename, const char* args); #ifdef __cplusplus