| 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" |
| 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 |
|
|