From e7372d18a1a661d8c3dba9f51e1f17b5f94171a7 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 10 Jan 2024 11:17:08 +0100 Subject: New upstream version 3.3.0 --- CommandLine.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CommandLine.h') diff --git a/CommandLine.h b/CommandLine.h index fbdede8..1839500 100644 --- a/CommandLine.h +++ b/CommandLine.h @@ -14,6 +14,8 @@ typedef enum { STATUS_OK_EXIT } CommandLineStatus; -int CommandLine_run(const char* name, int argc, char** argv); +extern const char* program; + +int CommandLine_run(int argc, char** argv); #endif -- cgit v1.2.3