X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/fef97f438c8c83ac625799c88e8f2da53d5f51cc..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