~ubuntu-branches/ubuntu/karmic/libgrapple/karmic

« back to all changes in this revision

Viewing changes to src/grapple_lobby.h

  • Committer: Bazaar Package Importer
  • Author(s): Lukas Fittl
  • Date: 2007-01-28 22:29:04 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070128222904-bid1uquufll00hrs
Tags: 0.9.1-0ubuntu1
* New upstream release.
* ABI changed, upstream forgot to change version
  - configure.in: Increment MICRO_VERSION
  - debian/control: Update package name

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "grapple_protocols.h"
29
29
#include "grapple_types.h"
30
30
 
 
31
#ifdef __cplusplus
 
32
extern "C" {
 
33
#endif
 
34
 
31
35
typedef int grapple_lobby;
32
36
typedef int grapple_lobbyclient;
33
37
typedef int grapple_lobbygameid;
164
168
/////////////////////////OTHER//////////////////////
165
169
extern int grapple_lobbymessage_dispose(grapple_lobbymessage *);
166
170
 
 
171
#ifdef __cplusplus
 
172
}
 
173
#endif
 
174
 
167
175
#endif