X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=curs_lib.c;h=ee5a9b7c06c959ed1c9638a27caab9abdafd7d77;hb=6efee3341d8dff3c9379599c9b1a2e2123c726bf;hp=3e03810b76900f83760ffebb7320de467234bc27;hpb=355d6c883e8aafb8f424c22aa576cf8262ed9e58;p=apps%2Fmadmutt.git diff --git a/curs_lib.c b/curs_lib.c index 3e03810..ee5a9b7 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -310,6 +310,7 @@ void mutt_curses_error (const char *fmt, ...) set_option (OPTMSGERR); } +#ifdef USE_SOCKET void mutt_progress_bar (progress_t* progress, long pos) { char posstr[SHORT_STRING]; @@ -333,6 +334,7 @@ void mutt_progress_bar (progress_t* progress, long pos) { mutt_message ("%s %s/%s", progress->msg, posstr, progress->sizestr); } } +#endif void mutt_curses_message (const char *fmt, ...) {