diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2004-08-03 09:38:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2004-08-03 09:38:03 +0000 |
commit | fd440a1e2110e05d116207800c123c281fbf5e19 (patch) | |
tree | 0c1fa2d92f48b58e4406401be79758233011db6b /src/r128_probe.h | |
parent | dd0f86c4cb046c79a65144f767e97fd99e7f61c9 (diff) |
programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h
programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h Fix Constification
problems.
Diffstat (limited to 'src/r128_probe.h')
-rw-r--r-- | src/r128_probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_probe.h b/src/r128_probe.h index aa4c547..38d585d 100644 --- a/src/r128_probe.h +++ b/src/r128_probe.h @@ -73,7 +73,7 @@ extern ModeStatus R128ValidMode FunctionPrototype((int, DisplayModePtr, Bool, int)); -extern OptionInfoRec * R128OptionsWeak +extern const OptionInfoRec * R128OptionsWeak FunctionPrototype((void)); extern void R128FillInScreenInfo |