mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Use full paths to includes
This commit is contained in:
parent
d5fd789674
commit
7e6e1f2e10
303 changed files with 1834 additions and 1901 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __SPECIAL_VARS_H
|
||||
#define __SPECIAL_VARS_H
|
||||
|
||||
#include "signals.h"
|
||||
#include <irssi/src/core/signals.h>
|
||||
|
||||
#define PARSE_FLAG_GETNAME 0x01 /* return argument name instead of it's value */
|
||||
#define PARSE_FLAG_ISSET_ANY 0x02 /* arg_used field specifies that at least one of the $variables was non-empty */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue