Declare xf86InterpretEEDID() properly.

This commit is contained in:
Adam Jackson 2008-07-01 10:55:54 -04:00
parent e4335e876d
commit 66d7c9de82

View File

@ -45,6 +45,10 @@ extern xf86MonPtr xf86InterpretEDID(
int screenIndex, Uchar *block
);
extern xf86MonPtr xf86InterpretEEDID(
int screenIndex, Uchar *block
);
extern void
xf86DDCMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC);