]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Fix for `logging-save-default': allow logging settings to be saved with
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 9a35849e13113ea6554207c02202ae211ac0aa78..60aed037cfc94e86369e02461222aba743f94fc3 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -429,6 +429,7 @@ struct config_tag {
     char answerback[256];
     char printer[128];
     /* Colour options */
+    int system_colour;
     int try_palette;
     int bold_colour;
     unsigned char colours[22][3];
@@ -845,5 +846,6 @@ Filename filename_from_str(const char *string);
 const char *filename_to_str(const Filename *fn);
 int filename_equal(Filename f1, Filename f2);
 int filename_is_null(Filename fn);
+char *get_username(void);             /* return value needs freeing */
 
 #endif