|
Please consider this PATCH
/*
* Same as octstr_compare, but compares the content of the octet string to * a C string without case sensitivity. */ int octstr_case_str_compare(const Octstr *os1,
const char*str);
cheers
|
octstr.h.patch
Description: Binary data
octstr.c.patch
Description: Binary data
