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
3ae7726b
...
3ae7726b519088ae95c900c9b5457449173c1010
authored
2006-05-15 13:39:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_makedir): New function
1 parent
74592334
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
3ae7726
...
...
@@ -262,6 +262,7 @@ int mh_interactive_mode_p (void);
int
mh_getyn
(
const
char
*
fmt
,
...);
int
mh_getyn_interactive
(
const
char
*
fmt
,
...);
int
mh_check_folder
(
char
*
pathname
,
int
confirm
);
int
mh_makedir
(
char
*
p
);
int
mh_format
(
mh_format_t
*
fmt
,
mu_message_t
msg
,
size_t
msgno
,
size_t
width
,
char
**
pret
);
...
...
Please
register
or
sign in
to post a comment