view plugins/tcl/tcl_glib.h @ 12965:b3b53fd38dee

[gaim-migrate @ 15318] (19:55:27) CIA-13: rlaager * gaim/COPYRIGHT: Somehow Bartosz Oler wasn't listed in the COPYRIGHT file. (19:56:01) Kevin Stange (SimGuy): should probably check the copyright file for other SoC people too (19:56:52) Kevin Stange (SimGuy): since they started committing their own code during the summer, they might well not have added themselves and then everyone assumed they were already there later (19:58:10) rlaager: SimGuy: Good call. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 20 Jan 2006 02:02:18 +0000
parents fc464a0abccc
children
line wrap: on
line source

/*
 * Tcl/Glib glue
 *
 * Copyright (C) 2003 Ethan Blanton <eblanton@cs.purdue.edu>
 * 
 * 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 _GAIM_TCL_GLIB_H_
#define _GAIM_TCL_GLIB_H_

#include <tcl.h>
#include <glib.h>

void tcl_glib_init(void);

#endif /* _GAIM_TCL_GLIB_H_ */