Skip to content
Snippets Groups Projects
Commit b2765bfe authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

change libversionShow syntax

parent 90edf7f9
No related branches found
No related tags found
1 merge request!7Submodule merge
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment