summaryrefslogtreecommitdiff
path: root/include/mailutils/body.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/body.h')
-rw-r--r--include/mailutils/body.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mailutils/body.h b/include/mailutils/body.h
index c8ef641f2..0e947bcaf 100644
--- a/include/mailutils/body.h
+++ b/include/mailutils/body.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
@@ -42,6 +42,8 @@ extern int mu_body_set_size (mu_body_t,
extern int mu_body_lines (mu_body_t, size_t *);
extern int mu_body_set_lines (mu_body_t,
int (*_lines) (mu_body_t, size_t*), void *owner);
+extern void mu_body_ref (mu_body_t body);
+extern void mu_body_unref (mu_body_t body);
#ifdef __cplusplus
}

Return to:

Send suggestions and report system problems to the System administrator.