* clear out some warnings by gcc 9.3.1.
[alpine.git] / alpine / reply.h
blob7f054b3bdded583a04e1d3819c1f151e8a5a27a1
1 /*
2 * $Id: reply.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2020 Eduardo Chappa
6 * Copyright 2006 University of Washington
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
17 #ifndef PINE_REPLY_INCLUDED
18 #define PINE_REPLY_INCLUDED
21 #include "../pith/reply.h"
22 #include "../pith/state.h"
23 #include "../pith/pattern.h"
24 #include "../pith/store.h"
27 /* exported prototypes */
28 int reply(struct pine *, ACTION_S *);
29 int confirm_role(long, ACTION_S **);
30 int reply_to_all_query(int *);
31 int reply_using_replyto_query(void);
32 int reply_text_query(struct pine *, long, ENVELOPE *, char **);
33 int reply_news_test(ENVELOPE *, ENVELOPE *);
34 char *get_signature_file(char *, int, int, int);
35 int forward(struct pine *, ACTION_S *);
36 void forward_text(struct pine *, void *, SourceType);
37 int bounce(struct pine *, ACTION_S *);
38 char *bounce_msg(MAILSTREAM *, long, char *, ACTION_S *, char **, char *, char *, char *);
39 char *signature_edit(char *, char *);
40 char *signature_edit_lit(char *, char **, char *, HelpType);
41 void standard_picobuf_setup(PICO *);
42 void standard_picobuf_teardown(PICO *);
45 #endif /* PINE_REPLY_INCLUDED */