~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/vdc/vdc-snapshot.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-03-27 13:06:04 UTC
  • mfrom: (4 hoary)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20050327130604-zodmv0i60dbbmcik
Tags: 1.16-3
Apply patch from Andreas Jochens <aj@andaco.de> to correct building on
AMD64 and GCC 4.x (closes: #300936)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * Written by
6
6
 *  Ettore Perazzoli <ettore@comm2000.it>
7
7
 *  Markus Brenner <markus@brenner.de>
 
8
 *  Andreas Boose <viceteam@t-online.de>
8
9
 *
9
10
 * This file is part of VICE, the Versatile Commodore Emulator.
10
11
 * See README for copyright notice.
31
32
 
32
33
struct snapshot_s;
33
34
 
34
 
extern int vdc_snapshot_write_module (struct snapshot_s *s);
35
 
extern int vdc_snapshot_read_module (struct snapshot_s *s);
 
35
extern int vdc_snapshot_write_module(struct snapshot_s *s);
 
36
extern int vdc_snapshot_read_module(struct snapshot_s *s);
36
37
 
37
38
#endif
38
39