r300: fix valgrind warnings
[mesa.git] / src / mesa / drivers / dri / common / xmlconfig.h
index b636349b1f4cfe6e85141ae64c8a0b9a81ab1c84..c363af764fe625ba85f87d323aa996aba05bcd2e 100644 (file)
@@ -99,7 +99,7 @@ void driParseOptionInfo (driOptionCache *info,
  *
  * To be called in <driver>CreateContext. screenNum and driverName select
  * device sections. */
-void driParseConfigFiles (driOptionCache *cache, driOptionCache *info,
+void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
                          GLint screenNum, const char *driverName);
 /** \brief Destroy option info
  *