start making this compile
This commit is contained in:
parent
d56734d6dd
commit
5b96d9a6b9
60 changed files with 1834 additions and 2071 deletions
|
@ -96,8 +96,8 @@ dohelp(struct Client *source_p, int flags, const char *topic)
|
|||
static const char ntopic[] = "index";
|
||||
struct cachefile *hptr;
|
||||
struct cacheline *lineptr;
|
||||
dlink_node *ptr;
|
||||
dlink_node *fptr;
|
||||
rb_dlink_node *ptr;
|
||||
rb_dlink_node *fptr;
|
||||
|
||||
if(EmptyString(topic))
|
||||
topic = ntopic;
|
||||
|
@ -118,7 +118,7 @@ dohelp(struct Client *source_p, int flags, const char *topic)
|
|||
sendto_one(source_p, form_str(RPL_HELPSTART),
|
||||
me.name, source_p->name, topic, lineptr->data);
|
||||
|
||||
DLINK_FOREACH(ptr, fptr->next)
|
||||
RB_DLINK_FOREACH(ptr, fptr->next)
|
||||
{
|
||||
lineptr = ptr->data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue