diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-21 18:03:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-21 18:03:32 +0000 |
commit | d8b462341b5cee958671aaeb8718fc0b3c92a78f (patch) | |
tree | 3f332f43f775a0d7db6c83696afbd43c812e3bba /libldetect-private.h | |
parent | a640519cc81cef348ff30195e50767f83e8b6d76 (diff) | |
download | ldetect-d8b462341b5cee958671aaeb8718fc0b3c92a78f.tar ldetect-d8b462341b5cee958671aaeb8718fc0b3c92a78f.tar.gz ldetect-d8b462341b5cee958671aaeb8718fc0b3c92a78f.tar.bz2 ldetect-d8b462341b5cee958671aaeb8718fc0b3c92a78f.tar.xz ldetect-d8b462341b5cee958671aaeb8718fc0b3c92a78f.zip |
if subid can be useful, use them. use probe_type==-1 to ensure no subid is used
Diffstat (limited to 'libldetect-private.h')
-rw-r--r-- | libldetect-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libldetect-private.h b/libldetect-private.h index 6a27497..4e473f6 100644 --- a/libldetect-private.h +++ b/libldetect-private.h @@ -1,2 +1,2 @@ -extern void pciusb_find_modules(struct pciusb_entries entries, const char *fpciusbtable); +extern int pciusb_find_modules(struct pciusb_entries entries, const char *fpciusbtable, int no_subid); extern void pciusb_initialize(struct pciusb_entry *e); |