Commit 3ef807e2 3ef807e23b51d83bf04eb140b9fcde565cb7b19c by Sergey Poznyakoff

(mu_header_set_get_fvalue): Remove function.

1 parent 02e2dcdd
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2005, 2007 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
...@@ -121,9 +121,6 @@ extern int mu_header_set_set_value (mu_header_t, ...@@ -121,9 +121,6 @@ extern int mu_header_set_set_value (mu_header_t,
121 extern int mu_header_set_get_value (mu_header_t, 121 extern int mu_header_set_get_value (mu_header_t,
122 int (*_get_value) (mu_header_t, const char *, char *, size_t, size_t *), 122 int (*_get_value) (mu_header_t, const char *, char *, size_t, size_t *),
123 void *); 123 void *);
124 extern int mu_header_set_get_fvalue (mu_header_t,
125 int (*_get_value) (mu_header_t, const char *, char *, size_t, size_t *),
126 void *);
127 124
128 extern int mu_header_set_size (mu_header_t, 125 extern int mu_header_set_size (mu_header_t,
129 int (*_size) (mu_header_t, size_t *), void *); 126 int (*_size) (mu_header_t, size_t *), void *);
......