For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
authorYang Tse <yangsita@gmail.com>
Fri, 15 Aug 2008 02:58:15 +0000 (02:58 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 15 Aug 2008 02:58:15 +0000 (02:58 +0000)
commit66fb9ca5f6de6eb74c2c3ade7ee651a299247749
treecfa88c9844546ba7d13375df915fe0fa4a136abc
parent11cb78c5f8338e23d12cee9a1cf0a9bbc7261af2
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
the names of the curl_off_t formatting string directives now become
CURL_FORMAT_CURL_OFF_T and CURL_FORMAT_CURL_OFF_TU.

CURL_FMT_OFF_T  -> CURL_FORMAT_CURL_OFF_T
CURL_FMT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU

Remove the use of an internal name for the curl_off_t formatting string directives
and use the common one available from the inside and outside of the library.

FORMAT_OFF_T  -> CURL_FORMAT_CURL_OFF_T
FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
16 files changed:
CHANGES
acinclude.m4
include/curl/curlbuild.h.dist
include/curl/curlbuild.h.in
include/curl/curlrules.h
lib/Makefile.netware
lib/cookie.c
lib/file.c
lib/formdata.c
lib/ftp.c
lib/http.c
lib/progress.c
lib/setup.h
lib/ssh.c
lib/transfer.c
lib/url.c