X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Flist.h;h=a400ee29c8e1e30abaa777ccb557b40f50353e33;hb=87adb627f71f9157a179c5f0c2f59a8e0ef8db1c;hp=1e69ae97483e54a486db9b48816dbf1e31cbcb33;hpb=2eb8d5bbfe655880a1bd57543cc3cfbbed1e7b1b;p=ircu2.10.12-pk.git diff --git a/include/list.h b/include/list.h index 1e69ae9..a400ee2 100644 --- a/include/list.h +++ b/include/list.h @@ -62,7 +62,7 @@ extern void remove_client_from_list(struct Client *cptr); extern void add_client_to_list(struct Client *cptr); extern struct DLink *add_dlink(struct DLink **lpp, struct Client *cp); extern void remove_dlink(struct DLink **lpp, struct DLink *lp); -extern struct ConfItem *make_conf(void); +extern struct ConfItem *make_conf(int type); extern void free_conf(struct ConfItem *aconf); extern void send_listinfo(struct Client *cptr, char *name);