Added automatic version distinguishing code, to differentiate releases
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 52a5061..4fed74d 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -227,6 +227,11 @@ void *saferealloc(void *, size_t);
 void safefree(void *);
 
 /*
+ * Exports from version.c.
+ */
+extern char ver[];
+
+/*
  * A debug system.
  */
 #ifdef DEBUG