summaryrefslogtreecommitdiff
path: root/src/gopher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gopher.h')
-rw-r--r--src/gopher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gopher.h b/src/gopher.h
index c085267b..3ad7e374 100644
--- a/src/gopher.h
+++ b/src/gopher.h
@@ -34,6 +34,7 @@ struct Impl_Gopher {
34 char type; 34 char type;
35 iBlock source; 35 iBlock source;
36 iBool isPre; 36 iBool isPre;
37 iBool needQueryArgs;
37 iString *meta; 38 iString *meta;
38 iBlock * output; 39 iBlock * output;
39}; 40};