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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 261 by weaselp, Sun Jul 21 03:53:11 2002 UTC revision 262 by rabbi, Wed Sep 18 23:26:17 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Menu-based user interface     Menu-based user interface
9     $Id: menu.h,v 1.2 2002/07/21 03:53:11 weaselp Exp $ */     $Id: menu.h,v 1.3 2002/09/18 23:26:16 rabbi Exp $ */
10    
11    
12  #ifndef _MENU_H  #ifndef _MENU_H
# Line 15  Line 15 
15  #ifdef USE_NCURSES  #ifdef USE_NCURSES
16  #ifdef HAVE_NCURSES_H  #ifdef HAVE_NCURSES_H
17  #include <ncurses.h>  #include <ncurses.h>
18  #else  #else /* end of HAVE_NCURSES_H */
19  #include <curses.h>  #include <curses.h>
20  #endif  #endif /* else if not HAVE_NCURSES_H */
21  #endif  #endif /* USE_NCURSES */
22    
23  #define NONANON "non-anonymous"  #define NONANON "non-anonymous"
24  #define ANON "Anonymous"  #define ANON "Anonymous"
# Line 38  void savemsg(BUFFER *message); Line 38  void savemsg(BUFFER *message);
38  int menu_replychain(int *d, int *l, char *mdest, char *pdest, char *psub,  int menu_replychain(int *d, int *l, char *mdest, char *pdest, char *psub,
39                      char *r);                      char *r);
40    
41  #endif  #endif /* USE_NCURSES */
42    
43  #define maxnym 30  #define maxnym 30
44    
45  #endif  #endif /* not _MENU_H */

Legend:
Removed from v.261  
changed lines
  Added in v.262

  ViewVC Help
Powered by ViewVC 1.1.5