summaryrefslogtreecommitdiff
path: root/mailbox2
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 /mailbox2
parent36b014fc8a1bd9f2f72188bf068a6919f4257383 (diff)
downloadmailutils-5597557eefc85e1af32cebda56843f21556ef513.tar.gz
mailutils-5597557eefc85e1af32cebda56843f21556ef513.tar.bz2
renamed debug_.* symbols to mu_debug_.* to avoid nameclashes.
Diffstat (limited to 'mailbox2')
-rw-r--r--mailbox2/include/mailutils/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox2/include/mailutils/base.h b/mailbox2/include/mailutils/base.h
index d1cb05920..42996552f 100644
--- a/mailbox2/include/mailutils/base.h
+++ b/mailbox2/include/mailutils/base.h
@@ -85,7 +85,7 @@ struct _address;
typedef struct _address *address_t;
struct _debug;
-typedef struct _debug *debug_t;
+typedef struct _debug *mu_debug_t;
struct _stream;
typedef struct _stream *stream_t;

Return to:

Send suggestions and report system problems to the System administrator.