view finch/gntui.h @ 15841:2b41d9a2876e

merge of 0a663b4559fccaac525563fa419332507e4a0475 and 9940d2c8760a375860261109ba5cb9586841b21b
author Luke Schierer <lschiere@pidgin.im>
date Mon, 19 Mar 2007 19:06:57 +0000
parents 32c366eeeb99
children 66dff3dfdea6
line wrap: on
line source

/**
 * purple
 *
 * Purple is the legal property of its developers, whose names are too numerous
 * to list here.  Please refer to the COPYRIGHT file distributed with this
 * source distribution.
 *
 * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
#ifndef _GNT_UI_H
#define _GNT_UI_H

#include "gnt.h"

void gnt_ui_init(void);
void gnt_ui_uninit(void);

#endif