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
c5aa7429
...
c5aa7429ee7fe749f839cd899cf7de8e6cc18967
authored
2002-01-21 14:58:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added new declarations.
1 parent
c6f403cd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
guimb/guimb.h
guimb/guimb.h
View file @
c5aa742
...
...
@@ -35,6 +35,7 @@
#include <mailutils/registrar.h>
#include <libguile.h>
#include <mu_scm.h>
extern
char
*
program_file
;
extern
char
*
program_expr
;
...
...
@@ -45,7 +46,9 @@ extern size_t nmesg;
extern
size_t
current_mesg_no
;
extern
message_t
current_message
;
extern
int
debug_guile
;
extern
char
*
maildir
;
void
collect_open_default
__P
((
void
));
void
collect_open_mailbox_file
__P
((
void
));
int
collect_append_file
__P
((
char
*
name
));
void
collect_create_mailbox
__P
((
void
));
...
...
@@ -54,3 +57,13 @@ int collect_output (void);
void
util_error
(
char
*
fmt
,
...);
int
util_tempfile
(
char
**
namep
);
struct
guimb_data
{
char
*
program_file
;
char
*
program_expr
;
};
SCM
guimb_catch_body
(
void
*
data
,
mailbox_t
unused
);
SCM
guimb_catch_handler
(
void
*
unused
,
SCM
tag
,
SCM
throw_args
);
int
guimb_exit
(
void
*
unused1
,
mailbox_t
unused2
);
...
...
Please
register
or
sign in
to post a comment