ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/prefs.h
(Generate patch)

Comparing BasiliskII/src/include/prefs.h (file contents):
Revision 1.11 by gbeauche, 2008-01-01T09:40:35Z vs.
Revision 1.12 by asvitkine, 2009-07-23T19:19:13Z

# Line 23 | Line 23
23  
24   #include <stdio.h>
25  
26 < extern void PrefsInit(int &argc, char **&argv);
26 > extern void PrefsInit(const char *vmdir, int &argc, char **&argv);
27   extern void PrefsExit(void);
28  
29   extern void PrefsPrintUsage(void);
# Line 32 | Line 32 | extern void AddPrefsDefaults(void);
32   extern void AddPlatformPrefsDefaults(void);
33  
34   // Preferences loading/saving
35 < extern void LoadPrefs(void);
35 > extern void LoadPrefs(const char *vmdir);
36   extern void SavePrefs(void);
37  
38   extern void LoadPrefsFromStream(FILE *f);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines