Code

Rename imap-send's internal info/warn functions.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 22 Dec 2006 00:48:12 +0000 (19:48 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 22 Dec 2006 06:59:34 +0000 (22:59 -0800)
commit51dcaa9686d9ff591e9d051e6090d8529bc263a5
treedd616377bfc9949e242f6007ae9f3071c0561b47
parenta01c9c28a576fbf3cd7caa4423dae4858a5ae6f5
Rename imap-send's internal info/warn functions.

Because I am about to introduce a global warn() function (much
like the global error function) this global declaration would
conflict with the one supplied by imap-send.  Further since
imap-send's warn function output depends on its Quiet setting
we cannot simply remove its internal definition and use the
forthcoming global one.

So refactor warn() -> imap_warn() and info() -> imap_info()
(the latter was done just to be consistent in naming).

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
imap-send.c