aboutsummaryrefslogtreecommitdiffstats
path: root/otr.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-31 22:05:36 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-31 22:05:36 +0200
commit83586911a0aa768ed196051950ebd8ffce37d467 (patch)
treea4a942ca4cbc0dc6ea2dae9ac469feb2286d4cb6 /otr.h
parentad2d8bccb2a27688845d87b59eddff976ade5ef7 (diff)
Added root_command_add() and use it to create the "otr" command.
Diffstat (limited to 'otr.h')
-rw-r--r--otr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/otr.h b/otr.h
index 7c1962a8..c0c06e76 100644
--- a/otr.h
+++ b/otr.h
@@ -39,9 +39,6 @@ struct irc;
struct im_connection;
struct account;
-// 'otr' root command, hooked up in root_commands.c
-void cmd_otr(struct irc *, char **args);
-
#ifdef WITH_OTR
#include <libotr/proto.h>