/[pkg-mixmaster]/trunk/Mix/Src/menusend.c
ViewVC logotype

Diff of /trunk/Mix/Src/menusend.c

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

revision 182 by weaselp, Sun Aug 25 13:27:40 2002 UTC revision 256 by rabbi, Tue Sep 17 19:55:21 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Menu-based user interface -- send message     Menu-based user interface -- send message
9     $Id: menusend.c,v 1.3 2002/08/25 13:27:40 weaselp Exp $ */     $Id: menusend.c,v 1.4 2002/09/17 19:55:21 rabbi Exp $ */
10    
11    
12  #include "menu.h"  #include "menu.h"
# Line 33  void send_message(int type, char *nym, B Line 33  void send_message(int type, char *nym, B
33    int hdr = 0;                  /* txt buffer contains header lines */    int hdr = 0;                  /* txt buffer contains header lines */
34    FILE *f;    FILE *f;
35    int n, err;    int n, err;
   char reliability[9];  
36    
37  #ifdef USE_PGP  #ifdef USE_PGP
38    int sign = 0, encrypt = 0, key = 0;    int sign = 0, encrypt = 0, key = 0;
39    
40  #endif  #endif
41  #ifdef USE_NCURSES  #ifdef USE_NCURSES
42      char reliability[9];
43    int c;    int c;
44    char line[LINELEN];    char line[LINELEN];
45    

Legend:
Removed from v.182  
changed lines
  Added in v.256

  ViewVC Help
Powered by ViewVC 1.1.5