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

Comparing SIDPlayer/src/prefs.cpp (file contents):
Revision 1.6 by cebix, 2003-04-11T20:23:02Z vs.
Revision 1.7 by cebix, 2003-10-21T16:56:19Z

# Line 125 | Line 125 | void PrefsInit(int &argc, char **&argv)
125   *  Deinitialize preferences
126   */
127  
128 < void PrefsExit(void)
128 > void PrefsExit()
129   {
130          // Free prefs list
131          prefs_node *p = the_prefs, *next;
# Line 179 | Line 179 | static void print_options(const prefs_de
179          }
180   }
181  
182 < void PrefsPrintUsage(void)
182 > void PrefsPrintUsage()
183   {
184          printf("\nGeneral options:\n");
185          print_options(common_prefs_items);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines