Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / xmlconfig.h
index cc8c6ef098f4dfeadb219a4f6afc4cdac7e54304..3ecd5188634509befb9783dc6777935a1aa889dd 100644 (file)
@@ -32,6 +32,7 @@
 
 #include "util/mesa-sha1.h"
 #include "util/ralloc.h"
 
 #include "util/mesa-sha1.h"
 #include "util/ralloc.h"
+#include <stdint.h>
 #include <string.h>
 
 #define STRING_CONF_MAXLEN 25
 #include <string.h>
 
 #define STRING_CONF_MAXLEN 25
@@ -102,11 +103,13 @@ void driParseOptionInfo (driOptionCache *info,
                         const char *configOptions);
 /** \brief Initialize option cache from info and parse configuration files
  *
                         const char *configOptions);
 /** \brief Initialize option cache from info and parse configuration files
  *
- * To be called in <driver>CreateContext. screenNum, driverName and
- * kernelDriverName select device sections. */
+ * To be called in <driver>CreateContext. screenNum, driverName,
+ * kernelDriverName, applicationName and engineName select device sections. */
 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
                          int screenNum, const char *driverName,
 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
                          int screenNum, const char *driverName,
-                         const char *kernelDriverName);
+                         const char *kernelDriverName,
+                         const char *applicationName, uint32_t applicationVersion,
+                         const char *engineName, uint32_t engineVersion);
 /** \brief Destroy option info
  *
  * To be called in <driver>DestroyScreen */
 /** \brief Destroy option info
  *
  * To be called in <driver>DestroyScreen */