X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/2f92b7170f74a58d1e33d7913e154f9f47852683..07b2a9cdcc1dda55516a50708556f1f65c6e9418:/winstuff.h diff --git a/winstuff.h b/winstuff.h index e58c12ef..1aa68bb7 100644 --- a/winstuff.h +++ b/winstuff.h @@ -201,6 +201,7 @@ void EnableSizeTip(int bEnable); /* * Exports from unicode.c. */ -void init_ucs(void); +struct unicode_data; +void init_ucs(Config *, struct unicode_data *); #endif