comparison src/stun.c @ 11677:8004885fabbe

[gaim-migrate @ 13963] Remove some things from the public namespace by making them static committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 17 Oct 2005 05:50:30 +0000
parents f18930698b5c
children 8d019c4bf454
comparison
equal deleted inserted replaced
11676:0c54f9b0e67c 11677:8004885fabbe
40 #include "dnssrv.h" 40 #include "dnssrv.h"
41 #include "proxy.h" 41 #include "proxy.h"
42 #include "stun.h" 42 #include "stun.h"
43 #include "prefs.h" 43 #include "prefs.h"
44 44
45 struct stun_nattype nattype = {-1, 0, "\0"}; 45 static struct stun_nattype nattype = {-1, 0, "\0"};
46 46
47 static GSList *callbacks = 0; 47 static GSList *callbacks = 0;
48 static int fd = -1; 48 static int fd = -1;
49 static gint incb = -1; 49 static gint incb = -1;
50 static gint timeout = -1; 50 static gint timeout = -1;