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
e106e7f9
...
e106e7f982d43249c93e2b96b2152ad6afafe856
authored
2007-02-22 10:11:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include mailutils/assoc.h
1 parent
d806b526
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
mail/mail.h
mail/mail.h
View file @
e106e7f
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2005,
2006 Free Software Foundation, Inc.
2006
, 2007
Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -62,6 +62,7 @@
#include <mailutils/address.h>
#include <mailutils/argp.h>
#include <mailutils/assoc.h>
#include <mailutils/attribute.h>
#include <mailutils/body.h>
#include <mailutils/debug.h>
...
...
@@ -381,7 +382,7 @@ extern char *ml_readline (char *prompt);
extern
char
*
ml_readline_with_intr
(
char
*
prompt
);
extern
char
*
alias_expand
(
char
*
name
);
extern
void
alias_destroy
(
char
*
name
);
extern
void
alias_destroy
(
c
onst
c
har
*
name
);
typedef
struct
alias_iterator
*
alias_iterator_t
;
extern
char
*
alias_find_first
(
const
char
*
prefix
,
alias_iterator_t
*
itr
);
...
...
Please
register
or
sign in
to post a comment