summaryrefslogtreecommitdiff
path: root/src/egl/main/eglstring.h
blob: 10468636e87bfbf6d167e0f8423fda965dfa2d17 (plain)
1
2
3
4
5
6
7
8
9
#ifndef EGLSTRING_INCLUDED
#define EGLSTRING_INCLUDED


extern char *
_eglstrdup(const char *s);


#endif /* EGLSTRING_INCLUDED */