#ifndef __strutil_h__
#define __strutil_h__

#ifdef __cplusplus
extern "C" {
#endif

int strutil_strncasecmp(char*, char*, int);
void strutilHexdump(char *, int);

#ifdef __cplusplus
}
#endif

#endif /* __strutil_h__ */

