* New version 2.21.999
[alpine.git] / alpine / roleconf.h
blob51bec7af77ffe9d4f9a99c7ca39f475e5761971f
1 /*
2 * $Id: roleconf.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2018 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_ROLECONF_INCLUDED
18 #define PINE_ROLECONF_INCLUDED
21 #include "conftype.h"
22 #include "../pith/state.h"
23 #include "../pith/pattern.h"
24 #include "../pith/msgno.h"
27 /* exported protoypes */
28 int role_select_screen(struct pine *, ACTION_S **, int);
29 void role_config_screen(struct pine *, long, int);
30 void role_take(struct pine *, MSGNO_S *, int);
31 int role_radiobutton_tool(struct pine *, int, CONF_S **, unsigned);
34 #endif /* PINE_ROLECONF_INCLUDED */