summaryrefslogtreecommitdiffstats
path: root/core/cmdline.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/cmdline.hh')
-rw-r--r--core/cmdline.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/cmdline.hh b/core/cmdline.hh
index 8ccfaec..8441a44 100644
--- a/core/cmdline.hh
+++ b/core/cmdline.hh
@@ -4,10 +4,10 @@
namespace cmdline
{
-void create(int argc, char **argv);
-void insert(const char *option, const char *argument = nullptr);
-const char *get(const char *option, const char *fallback = nullptr);
-bool contains(const char *option);
+void create(int argc, char** argv);
+void insert(const char* option, const char* argument = nullptr);
+const char* get(const char* option, const char* fallback = nullptr);
+bool contains(const char* option);
} // namespace cmdline
#endif /* CORE_CMDLINE_HH */