summaryrefslogtreecommitdiff
path: root/include/mailutils/sys/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/sys/message.h')
-rw-r--r--include/mailutils/sys/message.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mailutils/sys/message.h b/include/mailutils/sys/message.h
index eee45e611..85397c9d6 100644
--- a/include/mailutils/sys/message.h
+++ b/include/mailutils/sys/message.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999-2019 Free Software Foundation, Inc.
+ Copyright (C) 1999-2024 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -65,6 +65,7 @@ struct _mu_message
int (*_is_multipart) (mu_message_t, int *);
int (*_lines) (mu_message_t, size_t *, int);
int (*_size) (mu_message_t, size_t *);
+ void (*_detach) (mu_message_t);
};
#ifdef __cplusplus

Return to:

Send suggestions and report system problems to the System administrator.