mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
more typedef struct separations.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2805 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7b2f9bc50a
commit
afed99da62
3 changed files with 15 additions and 8 deletions
|
|
@ -5,7 +5,9 @@
|
|||
# include <regex.h>
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
typedef struct _HILIGHT_REC HILIGHT_REC;
|
||||
|
||||
struct _HILIGHT_REC {
|
||||
char *text;
|
||||
|
||||
char **channels; /* if non-NULL, check the text only from these channels */
|
||||
|
|
@ -25,7 +27,7 @@ typedef struct {
|
|||
unsigned int regexp_compiled:1; /* should always be TRUE, unless regexp is invalid */
|
||||
regex_t preg;
|
||||
#endif
|
||||
} HILIGHT_REC;
|
||||
};
|
||||
|
||||
extern GSList *hilights;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue