diff options
author | dequis <dx@dxzone.com.ar> | 2015-07-28 01:48:49 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-09-10 23:31:10 -0300 |
commit | dc96e6e002f5f1cc415ff5fb5b073f4e4cd35bb0 (patch) | |
tree | 77b0344e037393cd57b34bdfdb02847737c2be6d /irc.h | |
parent | 0ef1c9293b2055807e14e404cdf96cf7d8843170 (diff) |
CAP REQ
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ typedef struct irc { TODO: Some mechanism for plugindata. */ struct bee *b; + guint32 caps; } irc_t; typedef enum { |