COmpiling _before_ committing is usually a good idea.
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index 6177bc9..80643c7 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -684,8 +684,8 @@ void printer_finish_job(printer_job *);
  * defined differently in various places and required _by_
  * cmdline.c).
  */
-int cmdline_process_param(char *, char *, int);
-void cmdline_run_saved(void);
+int cmdline_process_param(char *, char *, int, Config *);
+void cmdline_run_saved(Config *);
 extern char *cmdline_password;
 #define TOOLTYPE_FILETRANSFER 1
 extern int cmdline_tooltype;