replace malloc macros in imports.h with u_memory.h versions
[mesa.git] / src / mesa / main / enums.h
index 66bdd53bbab0a82d5b3af0475dee8baf31afe214..0e18cd407e9dbd955f82b9d4a4361b8d86a3c235 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
 #endif
 
 
-extern const char *_mesa_lookup_enum_by_nr( int nr );
+extern const char *_mesa_enum_to_string( int nr );
 
 /* Get the name of an enum given that it is a primitive type.  Avoids
  * GL_FALSE/GL_POINTS ambiguity and others.