--- SIDPlayer/src/prefs.cpp 2003/04/11 20:23:02 1.6 +++ SIDPlayer/src/prefs.cpp 2004/01/12 15:15:49 1.8 @@ -1,7 +1,7 @@ /* * prefs.cpp - Preferences handling * - * SIDPlayer (C) Copyright 1996-2003 Christian Bauer + * SIDPlayer (C) Copyright 1996-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -125,7 +125,7 @@ void PrefsInit(int &argc, char **&argv) * Deinitialize preferences */ -void PrefsExit(void) +void PrefsExit() { // Free prefs list prefs_node *p = the_prefs, *next; @@ -179,7 +179,7 @@ static void print_options(const prefs_de } } -void PrefsPrintUsage(void) +void PrefsPrintUsage() { printf("\nGeneral options:\n"); print_options(common_prefs_items);