diff options
Diffstat (limited to 'get-edid.h')
-rw-r--r-- | get-edid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ int verbose; struct hd_data_struct; -int get_edid(struct hd_data_struct *hd_data, char *edid); +int get_edid(struct hd_data_struct *hd_data, char *edid, int port); |