aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/irc.h b/irc.h
index c808c32d..e9f47082 100644
--- a/irc.h
+++ b/irc.h
@@ -97,11 +97,7 @@ typedef struct irc
gint w_watch_source_id;
gint ping_source_id;
- OtrlUserState otr_us;
- pid_t otr_keygen; /* pid of keygen slave */
- FILE *otr_to; /* pipe to keygen slave */
- FILE *otr_from; /* pipe from keygen slave */
- int otr_ntodo; /* number of keys left to generate */
+ otr_t *otr; /* OTR state and book keeping */
} irc_t;
#include "user.h"