summaryrefslogtreecommitdiff
path: root/mh/comp.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-08-26 14:23:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-08-26 14:23:32 +0000
commit6178304b1670d7288d8a37b9165bda5cbc44c180 (patch)
treee17d3bce1e0b2a537937bc331efa240ce382b81e /mh/comp.c
parentef22616eba2aaa4e05079852ac1fa67c4ceeff08 (diff)
downloadmailutils-6178304b1670d7288d8a37b9165bda5cbc44c180.tar.gz
mailutils-6178304b1670d7288d8a37b9165bda5cbc44c180.tar.bz2
Normalize global namespace. Part 1
Diffstat (limited to 'mh/comp.c')
-rw-r--r--mh/comp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mh/comp.c b/mh/comp.c
index 9390cbd80..b60e98d93 100644
--- a/mh/comp.c
+++ b/mh/comp.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -156,7 +156,7 @@ copy_message (mailbox_t mbox, size_t n, const char *file)
char *buffer;
size_t bufsize, rdsize;
- mailbox_get_message (mbox, n, &msg);
+ mu_mailbox_get_message (mbox, n, &msg);
message_size (msg, &size);
for (bufsize = size; bufsize > 0 && (buffer = malloc (bufsize)) == 0;

Return to:

Send suggestions and report system problems to the System administrator.