]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - misc.h
When we're quoting user-interface text from PuTTY 0.51, we probably shouldn't
[PuTTY.git] / misc.h
diff --git a/misc.h b/misc.h
index 77394469b9b0b5df716cce713c804d65e244b3a9..d8a435249f8c4aa8c715f08656dba66155cfccd3 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -5,6 +5,7 @@
 
 #include <stdio.h>                    /* for FILE * */
 #include <stdarg.h>                   /* for va_list */
+#include <time.h>                      /* for struct tm */
 
 #ifndef FALSE
 #define FALSE 0
@@ -41,6 +42,8 @@ void bufchain_prefix(bufchain *ch, void **data, int *len);
 void bufchain_consume(bufchain *ch, int len);
 void bufchain_fetch(bufchain *ch, void *data, int len);
 
+struct tm ltime(void);
+
 /*
  * Debugging functions.
  *