pidgin/purple-plugin-pack

merge of '03abf61fc417f02c8a2888aa3783acb220fad2f8'
org.guifications.plugins
2007-10-09, rekkanoryo
764ade3ee2db
merge of '03abf61fc417f02c8a2888aa3783acb220fad2f8'
and '25a1ec4f75749ddfb1790ae3efb5daabd1108731'
/*
* irssi - Implements several irssi features for Purple
* Copyright (C) 2005-2007 Gary Kramlich <grim@reaperworld.com>
* Copyright (C) 2007 John Bailey <rekkanoryo@rekkanoryo.org>
*
* 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 2 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02111-1301, USA.
*/
#ifndef _IRSSI_LAYOUT_H
#define _IRSSI_LAYOUT_H
void irssi_layout_init(PurplePlugin *plugin);
void irssi_layout_uninit(PurplePlugin *plugin);
#endif /*_IRSSI_LAYOUT_H*/