summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-10-30 18:38:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-10-30 18:38:25 +0000
commit803a90e49fd01f0ba76cf245bd2d2a02e2d3c755 (patch)
tree169d1afc9a48e5bf5004bf0493354ab7f6d5b882
parentdb1a5252a0539317cf26f5e613b9cacf4f82ab65 (diff)
downloadmailutils-803a90e49fd01f0ba76cf245bd2d2a02e2d3c755.tar.gz
mailutils-803a90e49fd01f0ba76cf245bd2d2a02e2d3c755.tar.bz2
(struct mu__monitor): Rename to mu_monitor. All uses changed.
-rw-r--r--include/mailutils/monitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mailutils/monitor.h b/include/mailutils/monitor.h
index b52b21d0d..30edc35e0 100644
--- a/include/mailutils/monitor.h
+++ b/include/mailutils/monitor.h
@@ -25,14 +25,14 @@
extern "C" {
#endif
-struct mu__monitor
+struct mu_monitor
{
void *data;
void *owner;
int allocated;
int flags;
};
-typedef struct mu__monitor *mu_monitor_t;
+typedef struct mu_monitor *mu_monitor_t;
#define MU_MONITOR_PTHREAD 0
#define MU_MONITOR_INITIALIZER {0, 0, 0, 0}

Return to:

Send suggestions and report system problems to the System administrator.