summaryrefslogtreecommitdiff
path: root/include/mailutils/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/debug.h')
-rw-r--r--include/mailutils/debug.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/mailutils/debug.h b/include/mailutils/debug.h
index 015422bdc..503893ea7 100644
--- a/include/mailutils/debug.h
+++ b/include/mailutils/debug.h
@@ -18,17 +18,14 @@
#ifndef _MAILUTILS_DEBUG_H
#define _MAILUTILS_DEBUG_H
-#include <sys/types.h>
#include <stdarg.h>
-#include <mailutils/mu_features.h>
+
+#include <mailutils/types.h>
#ifdef __cplusplus
extern "C" {
#endif
-struct _debug;
-typedef struct _debug* mu_debug_t;
-
#define MU_DEBUG_ERROR 0x0001
#define MU_DEBUG_TRACE 0x0002
#define MU_DEBUG_PROT 0x0004

Return to:

Send suggestions and report system problems to the System administrator.