Kaydet (Commit) 659fe6f3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:typedefparam

Change-Id: Id694376160986b74ef2bf6cacdd96c13669d5c32
Reviewed-on: https://gerrit.libreoffice.org/69291
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 6160025b
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_SOLTOOLS_CPP__GETOPT_H
#define INCLUDED_SOLTOOLS_CPP__GETOPT_H
int stgetopt(int, char *const *, const char *);
int stgetopt(int, char *const [], const char *);
extern char *optarg;
extern int optind;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment