diff 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
line wrap: on
line diff
--- a/src/stun.c	Mon Oct 17 05:32:33 2005 +0000
+++ b/src/stun.c	Mon Oct 17 05:50:30 2005 +0000
@@ -42,7 +42,7 @@
 #include "stun.h"
 #include "prefs.h"
 
-struct stun_nattype nattype = {-1, 0, "\0"};
+static struct stun_nattype nattype = {-1, 0, "\0"};
 
 static GSList *callbacks = 0;
 static int fd = -1;