X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=pciutils.h;h=3c5fac616479c95e73f5e89156539afcc2b1262b;hb=59d840bf039dbb4b78e83964da0b5127b2d8f05b;hp=1de2b01fcd7315faf367d967d0995c785a6c37a2;hpb=d1d7d88a5d0009a9a01f623f887bef2bdc3728d3;p=pciutils.git diff --git a/pciutils.h b/pciutils.h index 1de2b01..3c5fac6 100644 --- a/pciutils.h +++ b/pciutils.h @@ -1,7 +1,7 @@ /* * The PCI Utilities -- Declarations * - * Copyright (c) 1997--2016 Martin Mares + * Copyright (c) 1997--2018 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -23,7 +23,7 @@ void die(char *msg, ...) NONRET PCI_PRINTF(1,2); void *xmalloc(size_t howmuch); void *xrealloc(void *ptr, size_t howmuch); char *xstrdup(const char *str); -int parse_generic_option(int i, struct pci_access *pacc, char *optarg); +int parse_generic_option(int i, struct pci_access *pacc, char *arg); #ifdef PCI_HAVE_PM_INTEL_CONF #define GENOPT_INTEL "H:"