~ubuntu-branches/ubuntu/warty/ggz-gtk-client/warty

« back to all changes in this revision

Viewing changes to ggz-gtk/roominfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2003-12-01 00:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20031201000000-ixnk24pwpgigjxa2
Tags: upstream-0.0.7
ImportĀ upstreamĀ versionĀ 0.0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * File: roominfo.h
 
3
 * Author: Justin Zaun
 
4
 * Project: GGZ GTK Client
 
5
 * $Id: roominfo.h,v 1.1 2002/10/28 23:26:35 jdorje Exp $
 
6
 *
 
7
 * This dialog is used to display information about a selected room to
 
8
 * the user. 
 
9
 *
 
10
 * Copyright (C) 2000 Justin Zaun.
 
11
 *
 
12
 * This program is free software; you can redistribute it and/or modify
 
13
 * it under the terms of the GNU General Public License as published by
 
14
 * the Free Software Foundation; either version 2 of the License, or
 
15
 * (at your option) any later version.
 
16
 *
 
17
 * This program is distributed in the hope that it will be useful,
 
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
20
 * GNU General Public License for more details.
 
21
 *
 
22
 * You should have received a copy of the GNU General Public License
 
23
 * along with this program; if not, write to the Free Software
 
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
25
 */
 
26
 
 
27
#include <ggzcore.h>
 
28
 
 
29
void room_info_create_or_raise(GGZRoom * room);