X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/094ed2a65755b01fb3d8a29167033f551be962ef..067a15ea093c726b3ce3bf96c3f3e27744da3271:/putty.h diff --git a/putty.h b/putty.h index 52a50616..4fed74d8 100644 --- 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