/[pkg-mixmaster]/trunk/Mix/Src/menu.h
ViewVC logotype

Contents of /trunk/Mix/Src/menu.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 852 - (hide annotations) (download)
Thu May 13 13:59:28 2004 UTC (9 years ago) by weasel
File MIME type: text/plain
File size: 1248 byte(s)
Merge stats stuff from branch into trunk
1 rabbi 710 /* Mixmaster version 3.0 -- (C) 1999 - 2004 Anonymizer Inc. and others.
2 rabbi 1
3     Mixmaster may be redistributed and modified under certain conditions.
4     This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
5     ANY KIND, either express or implied. See the file COPYRIGHT for
6     details.
7    
8     Menu-based user interface
9 weasel 647 $Id$ */
10 rabbi 1
11    
12     #ifndef _MENU_H
13     #define _MENU_H
14     #include "mix3.h"
15     #ifdef USE_NCURSES
16     #ifdef HAVE_NCURSES_H
17     #include <ncurses.h>
18 rabbi 262 #else /* end of HAVE_NCURSES_H */
19 rabbi 1 #include <curses.h>
20 rabbi 262 #endif /* else if not HAVE_NCURSES_H */
21     #endif /* USE_NCURSES */
22 rabbi 1
23     #define NONANON "non-anonymous"
24     #define ANON "Anonymous"
25    
26     void send_message(int type, char *nym, BUFFER *txt);
27     void read_folder(char command, char *foldername, char *nym);
28     void menu_init(void);
29     void menu_exit(void);
30    
31 weasel 794 void menu_spawn_editor(char *path, int lineno);
32    
33 rabbi 1 #ifdef USE_NCURSES
34     void read_message(BUFFER *message, char *nym);
35     void menu_nym(char *);
36     void menu_chain(char *chain, int type, int post);
37     void cl(int y, int x);
38     void askfilename(char *fn);
39     void savemsg(BUFFER *message);
40     int menu_replychain(int *d, int *l, char *mdest, char *pdest, char *psub,
41     char *r);
42 weasel 796 void update_stats(void);
43 rabbi 1
44 rabbi 262 #endif /* USE_NCURSES */
45 rabbi 1
46     #define maxnym 30
47    
48 rabbi 262 #endif /* not _MENU_H */

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.5