From 999de8bfc15bdaded7d85dc7d6e4617e07d2220c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 29 Oct 2009 17:23:25 +0100 Subject: Add partial irc-proxy feature to relay plugin --- src/plugins/relay/relay-completion.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/plugins/relay/relay-completion.h (limited to 'src/plugins/relay/relay-completion.h') diff --git a/src/plugins/relay/relay-completion.h b/src/plugins/relay/relay-completion.h new file mode 100644 index 000000000..c70e2f66c --- /dev/null +++ b/src/plugins/relay/relay-completion.h @@ -0,0 +1,25 @@ +/* + * Copyright (c) 2003-2009 by FlashCode + * See README for License detail, AUTHORS for developers list. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + + +#ifndef __WEECHAT_RELAY_COMPLETION_H +#define __WEECHAT_RELAY_COMPLETION_H 1 + +extern void relay_completion_init (); + +#endif /* relay-completion.h */ -- cgit v1.2.3