From 73841c121ff6878a37d6171508a9882eef1b168a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 26 Feb 2007 13:54:46 +0000 Subject: (struct pciusb_entry) add a class field --- libldetect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libldetect.h') diff --git a/libldetect.h b/libldetect.h index c954da0..b588560 100644 --- a/libldetect.h +++ b/libldetect.h @@ -18,6 +18,7 @@ struct pciusb_entry { char *module; char *text; + char* class; int already_found:1; }; struct pciusb_entries { -- cgit v1.2.1