From 7949691d9a6fff4831d7ab8ea11883a9deb79e9f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 3 Jul 2002 09:06:25 +0000 Subject: get rid of more uneeded copies --- libldetect-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libldetect-private.h') diff --git a/libldetect-private.h b/libldetect-private.h index 4e473f6..400b846 100644 --- a/libldetect-private.h +++ b/libldetect-private.h @@ -1,2 +1,2 @@ -extern int pciusb_find_modules(struct pciusb_entries entries, const char *fpciusbtable, int no_subid); +extern int pciusb_find_modules(struct pciusb_entries *entries, const char *fpciusbtable, int no_subid); extern void pciusb_initialize(struct pciusb_entry *e); -- cgit v1.2.1