~ubuntu-branches/ubuntu/trusty/vice/trusty

« back to all changes in this revision

Viewing changes to src/autostart.h

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-07-28 20:38:23 UTC
  • mfrom: (1.1.10) (9.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20130728203823-1h8s6bcv22oundul
Tags: 2.4.dfsg-1
* New upstream release (closes: #693065, #693641).
* Drop vice-ffmpeg.patch , applied upstream.
* Disable architecture specific compilation (closes: #686400, #714136).

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                                const char *program_name,
50
50
                                unsigned int program_number,
51
51
                                unsigned int runmode);
 
52
                                
 
53
extern int autostart_autodetect_opt_prgname(const char *file_prog_name, 
 
54
                                            unsigned int alt_prg_number,
 
55
                                            unsigned int runmode);
 
56
                                
52
57
extern int autostart_disk(const char *file_name, const char *program_name,
53
58
                          unsigned int program_number, unsigned int runmode);
54
59
extern int autostart_tape(const char *file_name, const char *program_name,
66
71
 
67
72
extern int autostart_in_progress(void);
68
73
 
 
74
extern void autostart_trigger_monitor(int enable);
 
75
 
69
76
#endif
70
77