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
5f2c83f7
...
5f2c83f72a6acc2f3494e3f054e07036bf157269
authored
2001-01-16 06:24:53 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
remove body_set_filename was not implemented yet.
1 parent
abde8313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
include/mailutils/body.h
include/mailutils/body.h
View file @
5f2c83f
/* GNU mailutils - a suite of utilities for electronic mail
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1999, 2000
, 2001
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Library Public License as published by
...
...
@@ -45,7 +45,6 @@ extern int body_get_stream __P ((body_t, stream_t *));
extern
int
body_set_stream
__P
((
body_t
,
stream_t
,
void
*
owner
));
extern
int
body_get_filename
__P
((
body_t
,
char
*
,
size_t
,
size_t
*
));
extern
int
body_set_filename
__P
((
body_t
,
const
char
*
));
extern
int
body_size
__P
((
body_t
,
size_t
*
));
extern
int
body_set_size
__P
((
body_t
,
int
(
*
_size
)
...
...
Please
register
or
sign in
to post a comment