mesa/src/egl/main/eglstring.h
2008-05-28 12:54:33 -06:00

9 lines
131 B
C

#ifndef EGLSTRING_INCLUDED
#define EGLSTRING_INCLUDED
extern char *
_eglstrdup(const char *s);
#endif /* EGLSTRING_INCLUDED */