]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - misc.h
Include 'build info' in all --version text and About boxes.
[PuTTY.git] / misc.h
diff --git a/misc.h b/misc.h
index 9ab21a0b328eac392ca5753e21aa04d49648894c..32e7bc32de7ffd8d9cf00fb428fb6b048872fb7b 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -118,6 +118,8 @@ int get_ssh_uint32(int *datalen, const void **data, unsigned *ret);
  * form, check if it equals an ordinary C zero-terminated string. */
 int match_ssh_id(int stringlen, const void *string, const char *id);
 
+char *buildinfo(const char *newline);
+
 /*
  * Debugging functions.
  *