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

« back to all changes in this revision

Viewing changes to src/vsidui.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 *
25
25
 */
26
26
 
27
 
#ifndef _VSIDUI_H
28
 
#define _VSIDUI_H
 
27
#ifndef VICE_VSIDUI_H
 
28
#define VICE_VSIDUI_H
29
29
 
30
30
extern int vsid_ui_init(void);
31
31
extern void vsid_ui_close(void);
41
41
extern void vsid_ui_display_time(unsigned int sec);
42
42
extern void vsid_ui_display_irqtype(const char *irq);
43
43
 
 
44
extern void vsid_ui_setdrv(char* driver_info_text);
 
45
 
44
46
#endif