X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fdump.c;h=90293e44e98bd9f0dfdd63586910584485c930de;hb=6aea909aa02024dad4a3ef1ed63a25a09185d740;hp=2155344cd2f9f24477d5194fec176de3c14b2ecb;hpb=a85769a88b81f22aa43895199cbb01a12e0ab0a7;p=pciutils.git diff --git a/lib/dump.c b/lib/dump.c index 2155344..90293e4 100644 --- a/lib/dump.c +++ b/lib/dump.c @@ -1,7 +1,7 @@ /* * The PCI Library -- Reading of Bus Dumps * - * Copyright (c) 1997--1999 Martin Mares + * Copyright (c) 1997--2003 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -68,12 +68,12 @@ dump_init(struct pci_access *a) } static void -dump_cleanup(struct pci_access * UNUSED a) +dump_cleanup(struct pci_access *a UNUSED) { } static void -dump_scan(struct pci_access * UNUSED a) +dump_scan(struct pci_access *a UNUSED) { } @@ -95,7 +95,7 @@ dump_read(struct pci_dev *d, int pos, byte *buf, int len) } static int -dump_write(struct pci_dev * UNUSED d, int UNUSED pos, byte * UNUSED buf, int UNUSED len) +dump_write(struct pci_dev *d UNUSED, int pos UNUSED, byte *buf UNUSED, int len UNUSED) { d->access->error("Writing to dump files is not supported."); return 0;