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

« back to all changes in this revision

Viewing changes to ggz-gtk/ggzclient.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut, Josef Spillner, Peter Eisentraut
  • Date: 2007-05-12 11:23:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070512112332-0pmbvqpwv1xrgag2
Tags: 0.0.14-1
[ Josef Spillner ]
* New upstream version.

[ Peter Eisentraut ]
* Reenabled gaim plugin
* Soname change libggz-gtk0 -> libggz-gtk1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * File: ggzclient.h
3
3
 * Author: Justin Zaun
4
4
 * Project: GGZ GTK Client
5
 
 * $Id: ggzclient.h 7739 2006-01-07 03:29:34Z jdorje $
 
5
 * $Id: ggzclient.h 8811 2007-01-04 22:39:18Z jdorje $
6
6
 *
7
7
 * This is the main program body for the GGZ client
8
8
 *
23
23
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
24
24
 */
25
25
 
26
 
#ifndef _GGZ_
27
 
#define _GGZ_
 
26
#ifndef __GGZCLIENT_H__
 
27
#define __GGZCLIENT_H__
28
28
 
29
29
#include "ggzcore.h"
30
30
 
35
35
/* Should be called any time we disconnect from the server. */
36
36
void server_disconnect(void);
37
37
 
38
 
#endif
 
38
#endif /* __GGZCLIENT_H__ */