summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libldetect.h b/libldetect.h
index 2e985e3..5f31c69 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -15,6 +15,7 @@ struct pciusb_entry {
char *module;
char *text;
+ int already_found:1;
};
struct pciusb_entries {
struct pciusb_entry *entries;