summaryrefslogtreecommitdiffstats
path: root/config/src/apps/configproxy-cmd/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config/src/apps/configproxy-cmd/main.cpp')
-rw-r--r--config/src/apps/configproxy-cmd/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/src/apps/configproxy-cmd/main.cpp b/config/src/apps/configproxy-cmd/main.cpp
index fcf2a0ca5d7..1d5934f2817 100644
--- a/config/src/apps/configproxy-cmd/main.cpp
+++ b/config/src/apps/configproxy-cmd/main.cpp
@@ -10,8 +10,8 @@ class Application : public FastOS_Application
Flags _flags;
bool parseOpts();
public:
- void usage(void);
- int Main(void) override;
+ void usage();
+ int Main() override;
Application() : _flags() {}
};