mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Move lib-config typedefs in iconfig.h.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4759 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fb7736fb21
commit
30aee7b46c
@ -105,8 +105,6 @@ const char *get_irssi_config(void);
|
||||
#define i_isxdigit(x) isxdigit((int) (unsigned char) (x))
|
||||
|
||||
typedef struct _IPADDR IPADDR;
|
||||
typedef struct _CONFIG_REC CONFIG_REC;
|
||||
typedef struct _CONFIG_NODE CONFIG_NODE;
|
||||
|
||||
typedef struct _LINEBUF_REC LINEBUF_REC;
|
||||
typedef struct _NET_SENDBUF_REC NET_SENDBUF_REC;
|
||||
|
@ -14,6 +14,9 @@ enum {
|
||||
#define is_node_list(a) \
|
||||
((a)->type == NODE_TYPE_BLOCK || (a)->type == NODE_TYPE_LIST)
|
||||
|
||||
typedef struct _CONFIG_NODE CONFIG_NODE;
|
||||
typedef struct _CONFIG_REC CONFIG_REC;
|
||||
|
||||
struct _CONFIG_NODE {
|
||||
int type;
|
||||
char *key;
|
||||
|
Loading…
Reference in New Issue
Block a user