aboutsummaryrefslogtreecommitdiff
path: root/mfd/mailfromd.h
diff options
context:
space:
mode:
Diffstat (limited to 'mfd/mailfromd.h')
-rw-r--r--mfd/mailfromd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mfd/mailfromd.h b/mfd/mailfromd.h
index ac93cba4..bdf09dcd 100644
--- a/mfd/mailfromd.h
+++ b/mfd/mailfromd.h
@@ -304,15 +304,15 @@ struct un_node { /* A unary operation node */
NODE *arg; /* Argument */
};
/* Return action node: accept/reject/tempfail/continue */
struct return_node {
sfsistat stat; /* Return status */
- struct literal *code; /* Code */
- struct literal *xcode; /* Extended code */
- NODE *message; /* Subtree producing the textual message */
+ NODE *code; /* Code */
+ NODE *xcode; /* Extended code */
+ NODE *message; /* Textual message */
};
enum msgmod_opcode { /* Message modification operation */
header_add, /* Add a header */
header_replace, /* Replace a header value */
header_delete, /* Delete a header */
@@ -694,13 +694,13 @@ void pp_done(void);
/* Parser functions */
int yyparse();
int yylex();
int yyerror(char *s);
void add_include_dir(const char *dir);
-void onblock(int enable);
+void tie_in_onblock(int enable);
int parse_program(char *name, int ydebug);
void parse_pragma(const char *text);
const struct locus *get_locus(void);
const char *msgmod_opcode_str(enum msgmod_opcode opcode);
const char *sfsistat_str(sfsistat stat);
const char *mf_exception_str(mf_exception ex);

Return to:

Send suggestions and report system problems to the System administrator.