summaryrefslogtreecommitdiff
path: root/src/egl/main/eglstring.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 12:54:33 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 12:54:33 -0600
commite94d383b9ba7964da9fefac2a55e10c00ee72392 (patch)
treed0a2171ec2125715dd79095f93136c39608fd298 /src/egl/main/eglstring.h
parent17ec3b3cc5100deb6ef96977d87b2a7f05814f72 (diff)
egl: added eglstring.[ch]
Diffstat (limited to 'src/egl/main/eglstring.h')
-rw-r--r--src/egl/main/eglstring.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/egl/main/eglstring.h b/src/egl/main/eglstring.h
new file mode 100644
index 0000000000..10468636e8
--- /dev/null
+++ b/src/egl/main/eglstring.h
@@ -0,0 +1,9 @@
+#ifndef EGLSTRING_INCLUDED
+#define EGLSTRING_INCLUDED
+
+
+extern char *
+_eglstrdup(const char *s);
+
+
+#endif /* EGLSTRING_INCLUDED */