2 * $Id: reply.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PINE_REPLY_INCLUDED
17 #define PINE_REPLY_INCLUDED
20 #include "../pith/reply.h"
21 #include "../pith/state.h"
22 #include "../pith/pattern.h"
23 #include "../pith/store.h"
26 /* exported protoypes */
27 int reply(struct pine
*, ACTION_S
*);
28 int confirm_role(long, ACTION_S
**);
29 int reply_to_all_query(int *);
30 int reply_using_replyto_query(void);
31 int reply_text_query(struct pine
*, long, char **);
32 int reply_news_test(ENVELOPE
*, ENVELOPE
*);
33 char *get_signature_file(char *, int, int, int);
34 int forward(struct pine
*, ACTION_S
*);
35 void forward_text(struct pine
*, void *, SourceType
);
36 int bounce(struct pine
*, ACTION_S
*);
37 char *bounce_msg(MAILSTREAM
*, long, char *, ACTION_S
*, char **, char *, char *, char *);
38 char *signature_edit(char *, char *);
39 char *signature_edit_lit(char *, char **, char *, HelpType
);
40 void standard_picobuf_setup(PICO
*);
41 void standard_picobuf_teardown(PICO
*);
44 #endif /* PINE_REPLY_INCLUDED */