summaryrefslogtreecommitdiff
path: root/alpine/arg.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-05-31 17:16:44 -0600
committerEduardo Chappa <chappa@washington.edu>2013-05-31 17:16:44 -0600
commita46157ba61f2c65f88b42abb31db60c4a714f87b (patch)
treee37bc41ad2f57b3fd2bad310576cc155a58ca6b7 /alpine/arg.h
parent81e994d7907f850506ddc248f84761a54995e58c (diff)
downloadalpine-a46157ba61f2c65f88b42abb31db60c4a714f87b.tar.xz
* somehow all.patch got here. Reversing.
Diffstat (limited to 'alpine/arg.h')
-rw-r--r--alpine/arg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/alpine/arg.h b/alpine/arg.h
index 4faddfe9..339e793b 100644
--- a/alpine/arg.h
+++ b/alpine/arg.h
@@ -27,7 +27,6 @@
typedef struct argdata {
enum {aaFolder = 0, aaMore, aaURL, aaMail,
aaPrcCopy, aaAbookCopy} action;
- int noutf8;
union {
char *folder;
char *file;