chmod a-x
[mesa.git] / src / mesa / shader / slang / slang_preprocess.h
index 60635cc40b1bab41ba065bd987ba69ed815fa97b..f83e6e6e3fc336682092cc7ff913f109bfd8f389 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.5
+ * Version:  6.6
  *
  * Copyright (C) 2005-2006  Brian Paul   All Rights Reserved.
  *
 extern "C" {
 #endif
 
-int _slang_preprocess_version (const char *, unsigned int *, unsigned int *, slang_info_log *);
+GLboolean
+_slang_preprocess_version (const char *, GLuint *, GLuint *, slang_info_log *);
+
+GLboolean
+_slang_preprocess_directives (slang_string *output, const char *input, slang_info_log *);
 
 #ifdef __cplusplus
 }