2 * $Id: termout.unx.h 159 2006-10-02 22:00:13Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006-2007 University of Washington
6 * Copyright 2013-2020 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_OSDEP_TERMOUT_WNT_INCLUDED
18 #define PINE_OSDEP_TERMOUT_WNT_INCLUDED
22 typedef struct DLG_SORTPARAM
{
23 int rval
; /* Return value. */
24 int reverse
; /* Indicates a reversed sort. */
25 int cursort
; /* Current sort (pineid). */
26 char **helptext
; /* Pointer to help text. */
27 int sortcount
; /* Number of different sorts. */
28 struct sorttypemap
*types
; /* Pointer to array of conversion between
29 * the pine sort types and the radio button
34 /* exported prototypes */
36 void scroll_setpos(long);
37 void scroll_setrange(long, long);
40 int init_install_get_vars(void);
41 int os_argsdialog(char **);
42 int os_login_dialog(NETMBX
*, char *, int, char **, int, int, int, int *);
43 int os_flagmsgdialog(struct flag_table
*);
44 int os_sortdialog(DLG_SORTPARAM
*);
45 int os_config_dialog(char *, int, int *, int);
47 #endif /* PINE_OSDEP_TERMOUT_WNT_INCLUDED */