summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate/translate_cache.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-25 15:28:54 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-28 18:11:55 +0100
commit546ab045d8a18758ffc44da9dc76ad1335553cf6 (patch)
treeda85768b7affacf81215ca5f0d94fb8ae9eb782e /src/gallium/auxiliary/translate/translate_cache.h
parenta41b78d107264227f3338446e04dcfda32634f52 (diff)
translate: squash warnings
Diffstat (limited to 'src/gallium/auxiliary/translate/translate_cache.h')
-rw-r--r--src/gallium/auxiliary/translate/translate_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/translate/translate_cache.h b/src/gallium/auxiliary/translate/translate_cache.h
index 63fc57b7ea..7dba871e57 100644
--- a/src/gallium/auxiliary/translate/translate_cache.h
+++ b/src/gallium/auxiliary/translate/translate_cache.h
@@ -38,7 +38,7 @@ struct translate_cache;
struct translate_key;
struct translate;
-struct translate_cache *translate_cache_create();
+struct translate_cache *translate_cache_create( void );
void translate_cache_destroy(struct translate_cache *cache);
/**