Renamed cw_str to cw_strlist_elem.
FossilOrigin-Name: eb87e178a02fd3daebd4d168489a4e5c99be67602caa8ea50d5b6702a4d13005
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
#include "strlist.h"
|
||||
|
||||
int cw_strlist_get_id(struct cw_str *s,const char *str)
|
||||
int cw_strlist_get_id(struct cw_strlist_elem *s,const char *str)
|
||||
{
|
||||
while ( s->id!=CW_STR_STOP){
|
||||
if (strcmp(s->str,str)==0)
|
||||
|
Reference in New Issue
Block a user