Stefan Huehner <stefan@huehner.org> Fix more -Wstrict-prototypes warnings.
Modified: trunk/reactos/subsys/system/notepad/dialog.h
--- trunk/reactos/subsys/system/notepad/dialog.h 2005-09-23 06:04:44 UTC (rev 17998) +++ trunk/reactos/subsys/system/notepad/dialog.h 2005-09-23 06:06:20 UTC (rev 17999) @@ -51,7 +51,7 @@
VOID DIALOG_TimeDate(VOID); /* utility functions */
-VOID ShowLastError();
+VOID ShowLastError(void);
BOOL FileExists(LPCWSTR szFilename); BOOL DoCloseFile(void); void DoOpenFile(LPCWSTR szFileName);