* New version 2.21.999
[alpine.git] / alpine / setup.h
blob44d6a8f91191b61886601604c1384761affb0735
1 /*
2 * $Id: setup.h 812 2007-11-10 01:00:15Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006-2007 University of Washington
6 * Copyright 2013-2018 Eduardo Chappa
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_SETUP_INCLUDED
18 #define PINE_SETUP_INCLUDED
21 #include "confscroll.h"
22 #include "../pith/state.h"
25 /* exported protoypes */
26 void option_screen(struct pine *, int);
27 int litsig_text_tool(struct pine *, int, CONF_S **, unsigned);
28 char *pretty_var_name(char *);
29 char *pretty_feature_name(char *, int);
32 #endif /* PINE_SETUP_INCLUDED */