summaryrefslogtreecommitdiffstats
path: root/libldetect-private.h
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-03 09:06:25 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-03 09:06:25 +0000
commit7949691d9a6fff4831d7ab8ea11883a9deb79e9f (patch)
treed9d8cdac893e08178ada9009b7c8685876f91482 /libldetect-private.h
parent550405284c406a41dd32459af8ace3e0fc9cd079 (diff)
downloadldetect-7949691d9a6fff4831d7ab8ea11883a9deb79e9f.tar
ldetect-7949691d9a6fff4831d7ab8ea11883a9deb79e9f.tar.gz
ldetect-7949691d9a6fff4831d7ab8ea11883a9deb79e9f.tar.bz2
ldetect-7949691d9a6fff4831d7ab8ea11883a9deb79e9f.tar.xz
ldetect-7949691d9a6fff4831d7ab8ea11883a9deb79e9f.zip
get rid of more uneeded copies
Diffstat (limited to 'libldetect-private.h')
-rw-r--r--libldetect-private.h2
1 files changed, 1 insertions, 1 deletions
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);