X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fenter.c;h=d42c8554e555293c0079e2bc34e49fb8d9511593;hb=3c94b38b2555a98b4a7f3d9d9e1ac4aadc830edf;hp=39e0100f29fb1e46f9c153f4c0f6a93b07e1d76a;hpb=230399f9632c37b66c1c117a17e8327eae6b3235;p=apps%2Fmadmutt.git diff --git a/lib-ui/enter.c b/lib-ui/enter.c index 39e0100..d42c855 100644 --- a/lib-ui/enter.c +++ b/lib-ui/enter.c @@ -8,13 +8,6 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include - #include #include "curses.h" @@ -122,7 +115,7 @@ static void my_wcstombs (char *dest, ssize_t dlen, const wchar_t * src, } } -size_t my_mbstowcs (wchar_t ** pwbuf, size_t * pwbuflen, size_t i, const char *buf) +static size_t my_mbstowcs (wchar_t ** pwbuf, size_t * pwbuflen, size_t i, const char *buf) { wchar_t wc; mbstate_t st;