--- SIDPlayer/src/sys.h 2003/04/11 20:23:02 1.4 +++ SIDPlayer/src/sys.h 2004/01/12 15:15:49 1.6 @@ -1,7 +1,7 @@ /* * sys.h - System-dependant functions * - * 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 @@ -62,7 +62,7 @@ typedef struct { #endif // Microsecond-resolution timing functions -extern uint64 GetTicks_usec(void); +extern uint64 GetTicks_usec(); extern void Delay_usec(uint32 usec); #endif