driconf: drop 26% spanish translation
[mesa.git] / src / util / anon_file.h
index 3d1d2cf752768024c1658686bee2e2d06f9acaa9..790537b7aee6f27f9d34d06e0e5c746a8d016453 100644 (file)
@@ -28,6 +28,6 @@
 
 #include <sys/types.h>
 
-int os_create_anonymous_file(off_t size, char *debug_name);
+int os_create_anonymous_file(off_t size, const char *debug_name);
 
 #endif