summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libldetect.h b/libldetect.h
index 7020332..9b90f35 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -21,7 +21,7 @@ struct pciusb_entries {
int nb;
};
-extern void pciusb_free(struct pciusb_entries entries);
+extern void pciusb_free(struct pciusb_entries *entries);
/******************************************************************************/