blob: 15939723daa9c06d1dc17094ca5c6430bf34066c [file] [log] [blame]
#ifndef __COMPAT_STRING_H
#define __COMPAT_STRING_H
#ifndef HAVE_STRLWR
char *strlwr(char *);
#endif /* HAVE_STRLWR */
#endif /* __COMPAT_STRING_H */