move Regs into tag.c
This commit is contained in:
parent
256717c792
commit
935bcc7ce4
6
tag.c
6
tag.c
|
@ -28,6 +28,12 @@
|
||||||
|
|
||||||
extern Client *sel; /* global client list */
|
extern Client *sel; /* global client list */
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
regex_t *propregex;
|
||||||
|
regex_t *tagregex;
|
||||||
|
} Regs;
|
||||||
|
|
||||||
static Regs *regs = NULL;
|
static Regs *regs = NULL;
|
||||||
|
|
||||||
/** This function returns the index of
|
/** This function returns the index of
|
||||||
|
|
Loading…
Reference in New Issue