summaryrefslogtreecommitdiffstats
path: root/libldetect-private.h
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-19 21:28:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-19 21:28:43 +0000
commite7459fe28ce216d744ffe305a01b78ab88a716a2 (patch)
tree8b3db97e711cea8b07d41e257163fc476a4af06a /libldetect-private.h
parenta9d8b25bd82f7bcf3de4e4c10c97cfb1eab2becc (diff)
downloadldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar.gz
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar.bz2
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar.xz
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.zip
do full-probe by default; remove support for no full-probe
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 68959d9..faa607f 100644
--- a/libldetect-private.h
+++ b/libldetect-private.h
@@ -1,4 +1,4 @@
-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);
extern void pciusb_initialize(struct pciusb_entry *e);
#define MAX_DEVICES 100