sprinkle some attributes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "ldif.h"
|
||||
|
||||
/* behave like strcmp */
|
||||
int matchstring(struct string* s,const char* c) {
|
||||
int matchstring(const struct string* s,const char* c) {
|
||||
unsigned int l,l1,i;
|
||||
if (!c) return -1;
|
||||
l1=l=bstrlen(c);
|
||||
|
||||
Reference in New Issue
Block a user