[APPLICATIONS]
[reactos.git] / reactos / base / applications / paint / dialogs.h
index 9f4b38b..4378045 100644 (file)
@@ -1,13 +1,13 @@
 /*
  * PROJECT:     PAINT for ReactOS
  * LICENSE:     LGPL
- * FILE:        dialogs.h
+ * FILE:        base/applications/paint/dialogs.h
  * PURPOSE:     Window procedures of the dialog windows plus launching functions
  * PROGRAMMERS: Benedikt Freisen
  */
 
-int mirrorRotateDlg();
+int mirrorRotateDlg(void);
 
-int attributesDlg();
+int attributesDlg(void);
 
 int changeSizeDlg();