fix windowisms: BOOL
[rofl0r-openbor.git] / source / stristr.h
blob9fd029fce665eab322aaf3d5ee6552ace4625a72
1 /*
2 * OpenBOR - http://www.LavaLit.com
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in OpenBOR root for details.
6 * Copyright (c) 2004 - 2011 OpenBOR Team
7 */
9 #ifndef _STRISTRI_H
10 #define _STRISTRI_H
12 char *stristr(const char *String, const char *Pattern);
14 #endif