]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Move declaration of frontend_is_utf8 into putty.h.
authorSimon Tatham <anakin@pobox.com>
Fri, 3 Feb 2017 19:35:41 +0000 (19:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 3 Feb 2017 19:35:41 +0000 (19:35 +0000)
commit8923a1b488b69e943d241aa3f0373ed3d5f8110e
treea0def1d16fb4a239121b8f69c63c87dffc661509
parent13d52fcb036ba52db597f49ea291cd6dd4105f43
Move declaration of frontend_is_utf8 into putty.h.

It's a function that exists on all platforms, not just on Unix - it's
used in ldisc.c - so it shouldn't have been declared only in unix.h.
Score another for clang's warnings.
putty.h
unix/unix.h