cleanup hilight -network patch

This commit is contained in:
Ailin Nemui 2014-07-07 00:55:15 +02:00
commit d3093418d4
3 changed files with 16 additions and 14 deletions

View file

@ -29,7 +29,7 @@ struct _HILIGHT_REC {
unsigned int regexp_compiled:1; /* should always be TRUE, unless regexp is invalid */
regex_t preg;
#endif
char *tag;
char *servertag;
};
extern GSList *hilights;