aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2012-06-07 19:24:31 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2012-09-05 18:09:45 +0300
commit443260ffd8370c0fddefad42479b957132e8d275 (patch)
tree9e9b56b219e1c10fe18b012c10c3fac8c4019b64 /src/tools
parentda16c425ef8c17a753ae0abc3fdb26a328004062 (diff)
downloadtor-443260ffd8370c0fddefad42479b957132e8d275.tar
tor-443260ffd8370c0fddefad42479b957132e8d275.tar.gz
Tweak code and pump the tor-fw-helper version.
Conflicts: src/or/circuitbuild.h
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tor-fw-helper/tor-fw-helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tor-fw-helper/tor-fw-helper.h b/src/tools/tor-fw-helper/tor-fw-helper.h
index 0981501c9..08f94d083 100644
--- a/src/tools/tor-fw-helper/tor-fw-helper.h
+++ b/src/tools/tor-fw-helper/tor-fw-helper.h
@@ -17,7 +17,7 @@
#include <time.h>
/** The current version of tor-fw-helper. */
-#define tor_fw_version "0.1"
+#define tor_fw_version "0.2"
/** This is an arbitrary hard limit - We currently have two (NAT-PMP and UPnP).
We're likely going to add the Intel UPnP library but nothing else comes to
@@ -36,7 +36,7 @@ typedef struct {
int verbose;
int help;
int test_commandline;
- smartlist_t *ports_to_forward;
+ struct smartlist_t *ports_to_forward;
int fetch_public_ip;
int nat_pmp_status;
int upnp_status;