summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-03-15 08:37:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-03-15 16:54:31 +0100
commit659fe6f310772b822adf3a2d32bcddbfc3bb1277 (patch)
tree1b1fff6466d59e85ba8c9ba635162b2140e7575c /soltools
parent6160025b27e97841321be29863bb1efd8c194a5f (diff)
loplugin:typedefparam
Change-Id: Id694376160986b74ef2bf6cacdd96c13669d5c32 Reviewed-on: https://gerrit.libreoffice.org/69291 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'soltools')
-rw-r--r--soltools/cpp/_getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/_getopt.h b/soltools/cpp/_getopt.h
index cb0a5008f410..c894c2c9153f 100644
--- a/soltools/cpp/_getopt.h
+++ b/soltools/cpp/_getopt.h
@@ -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;