summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_context.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-09-18 11:19:25 +0200
committerMichal Krol <michal@vmware.com>2009-09-18 11:19:25 +0200
commit95956bb8cb9513c429b9749426720be94f4cf5a8 (patch)
treeec7396e2766d2f5b415d3224f8c28bcc5a80ebe3 /src/glsl/pp/sl_pp_context.h
parent2a661c383fee65bc4413541e706925fa3e9b9cf5 (diff)
glsl/pp: Define a public interface for external modules.
Make sl_pp_context struct opaque. Move all public declarations to sl_pp_public.h.
Diffstat (limited to 'src/glsl/pp/sl_pp_context.h')
-rw-r--r--src/glsl/pp/sl_pp_context.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/glsl/pp/sl_pp_context.h b/src/glsl/pp/sl_pp_context.h
index 8bed142045..6b8cc2f960 100644
--- a/src/glsl/pp/sl_pp_context.h
+++ b/src/glsl/pp/sl_pp_context.h
@@ -56,17 +56,7 @@ struct sl_pp_context {
};
int
-sl_pp_context_init(struct sl_pp_context *context);
-
-void
-sl_pp_context_destroy(struct sl_pp_context *context);
-
-int
sl_pp_context_add_unique_str(struct sl_pp_context *context,
const char *str);
-const char *
-sl_pp_context_cstr(const struct sl_pp_context *context,
- int offset);
-
#endif /* SL_PP_CONTEXT_H */