aboutsummaryrefslogtreecommitdiff
path: root/weechat/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/net.h')
-rw-r--r--weechat/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/weechat/net.h b/weechat/net.h
index 86aa271..7e18f4c 100644
--- a/weechat/net.h
+++ b/weechat/net.h
@@ -6,6 +6,7 @@
enum net_response_type{
NET_OK,
+ NET_NUMBER,
NET_ERROR,
NET_NAME,
NET_LIST,
@@ -25,6 +26,7 @@ struct net_history_item{
struct net_response{
enum net_response_type type;
union {
+ i64 number;
char *error;
char *name;
struct {