Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3ef807e2
...
3ef807e23b51d83bf04eb140b9fcde565cb7b19c
authored
2007-03-07 19:52:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_header_set_get_fvalue): Remove function.
1 parent
02e2dcdd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
include/mailutils/header.h
include/mailutils/header.h
View file @
3ef807e
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2005
, 2007
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
...
...
@@ -121,9 +121,6 @@ extern int mu_header_set_set_value (mu_header_t,
extern
int
mu_header_set_get_value
(
mu_header_t
,
int
(
*
_get_value
)
(
mu_header_t
,
const
char
*
,
char
*
,
size_t
,
size_t
*
),
void
*
);
extern
int
mu_header_set_get_fvalue
(
mu_header_t
,
int
(
*
_get_value
)
(
mu_header_t
,
const
char
*
,
char
*
,
size_t
,
size_t
*
),
void
*
);
extern
int
mu_header_set_size
(
mu_header_t
,
int
(
*
_size
)
(
mu_header_t
,
size_t
*
),
void
*
);
...
...
Please
register
or
sign in
to post a comment