summaryrefslogtreecommitdiff
path: root/readmsg
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-07-22 09:38:10 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-07-22 09:38:10 +0000
commit5597557eefc85e1af32cebda56843f21556ef513 (patch)
treeb542ae1290396967f25cf8ece0169324be26f826 /readmsg
parent36b014fc8a1bd9f2f72188bf068a6919f4257383 (diff)
downloadmailutils-5597557eefc85e1af32cebda56843f21556ef513.tar.gz
mailutils-5597557eefc85e1af32cebda56843f21556ef513.tar.bz2
renamed debug_.* symbols to mu_debug_.* to avoid nameclashes.
Diffstat (limited to 'readmsg')
-rw-r--r--readmsg/readmsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readmsg/readmsg.c b/readmsg/readmsg.c
index 1d3302301..2f5fb3711 100644
--- a/readmsg/readmsg.c
+++ b/readmsg/readmsg.c
@@ -66,9 +66,9 @@ main(int argc, char **argv)
/* Debuging Trace. */
if ( 0 )
{
- debug_t debug;
+ mu_debug_t debug;
mailbox_get_debug (mbox, &debug);
- debug_set_level (debug, MU_DEBUG_TRACE|MU_DEBUG_PROT);
+ mu_debug_set_level (debug, MU_DEBUG_TRACE|MU_DEBUG_PROT);
}
status = mailbox_open (mbox, MU_STREAM_READ);

Return to:

Send suggestions and report system problems to the System administrator.