~ubuntu-branches/ubuntu/precise/vice/precise

« back to all changes in this revision

Viewing changes to src/fsdevice.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-02-11 18:30:16 UTC
  • mfrom: (1.1.8 upstream) (9.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100211183016-f6n8usn3tzp0u6dp
Tags: 2.2.dfsg-1
* New upstream release, C64 DTV is included so update package description
  and add it to the menu.
* Drop patch fixing build failure with gcc-4.4 , applied upstream.
* Fix some lintian problems and clean up debian/rules .

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *  Olaf Seibert <rhialto@mbfys.kun.nl>
12
12
 *  Andre Fachat <a.fachat@physik.tu-chemnitz.de>
13
13
 *  Ettore Perazzoli <ettore@comm2000.it>
14
 
 *  Martin Pottendorfer <Martin.Pottendorfer@aut.alcatel.at>
 
14
 *  pottendo <pottendo@gmx.net>
15
15
 *
16
16
 * This file is part of VICE, the Versatile Commodore Emulator.
17
17
 * See README for copyright notice.
33
33
 *
34
34
 */
35
35
 
36
 
#ifndef _FSDEVICE_H
37
 
#define _FSDEVICE_H
 
36
#ifndef VICE_FSDEVICE_H
 
37
#define VICE_FSDEVICE_H
38
38
 
39
39
extern int fsdevice_cmdline_options_init(void);
40
40
extern int fsdevice_resources_init(void);