~ubuntu-branches/ubuntu/maverick/crossfire-client/maverick

« back to all changes in this revision

Viewing changes to common/rcs-id.h

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2007-04-13 21:15:44 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070413211544-vjo6zesj6g0wgmwf
Tags: 1.10.0-1
* New upstream release
* Install the README, README-dev and TODO files specific to the GTK2
  client to the corresponding package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * static char *rcsid_rcsid_h =
3
 
 *   "$Id: rcs-id.h,v 1.3 2006/02/23 20:18:28 akirschbaum Exp $";
4
 
 */
5
 
#define HAS_COMMON_RCSID
6
 
extern const char *rcsid_common_client_c;
7
 
extern const char *rcsid_common_commands_c;
8
 
extern const char *rcsid_common_image_c;
9
 
extern const char *rcsid_common_init_c;
10
 
extern const char *rcsid_common_item_c;
11
 
extern const char *rcsid_common_metaserver_c;
12
 
extern const char *rcsid_common_misc_c;
13
 
extern const char *rcsid_common_newsocket_c;
14
 
extern const char *rcsid_common_player_c;
15
 
extern const char *rcsid_common_script_c;
16
 
#define INIT_COMMON_RCSID \
17
 
    const char *common_rcsid[]={\
18
 
    "$Id: rcs-id.h,v 1.3 2006/02/23 20:18:28 akirschbaum Exp $",\
19
 
    rcsid_common_client_c,\
20
 
    rcsid_common_commands_c,\
21
 
    rcsid_common_image_c,\
22
 
    rcsid_common_init_c,\
23
 
    rcsid_common_item_c,\
24
 
    rcsid_common_metaserver_c,\
25
 
    rcsid_common_misc_c,\
26
 
    rcsid_common_newsocket_c,\
27
 
    rcsid_common_player_c,\
28
 
    rcsid_common_script_c,\
29
 
    NULL}