local stuff in iodine made static

This commit is contained in:
Bjorn Andersson 2007-07-12 15:50:06 +00:00 committed by Erik Ekman
parent 879e73a4c2
commit 63fa76e182

View File

@ -42,16 +42,13 @@
#include "tun.h"
#include "version.h"
int running = 1;
static int running = 1;
static char *topdomain;
static char password[33];
static struct encoder *b32;
char *topdomain;
char password[33];
struct encoder *b32;
int my_mtu;
in_addr_t my_ip;
static int my_mtu;
static in_addr_t my_ip;
static int read_dns(int, struct query *, char *, int);
static void write_dns(int, struct query *, char *, int);