omit keyword 'struct'

This commit is contained in:
Robert Swiecki
2018-02-10 15:50:12 +01:00
parent 01606a0707
commit 4494deffa7
30 changed files with 120 additions and 120 deletions

View File

@@ -31,8 +31,8 @@
namespace cmdline {
uint64_t parseRLimit(int res, const char* optarg, unsigned long mul);
void logParams(struct nsjconf_t* nsjconf);
std::unique_ptr<struct nsjconf_t> parseArgs(int argc, char* argv[]);
void logParams(nsjconf_t* nsjconf);
std::unique_ptr<nsjconf_t> parseArgs(int argc, char* argv[]);
} // namespace cmdline