expand tabs

This commit is contained in:
Ron Pedde 2006-12-18 06:31:13 +00:00
parent 2098d29e11
commit da77bb850a

View File

@ -30,8 +30,8 @@ static volatile int rend_timeout=2;
static volatile int rend_count=0;
static pthread_mutex_t rend_mutex=PTHREAD_MUTEX_INITIALIZER;
typedef struct tag_rend_entry {
DNSServiceRef client;
struct tag_rend_entry *next;
DNSServiceRef client;
struct tag_rend_entry *next;
} REND_ENTRY;
static REND_ENTRY rend_clients = { NULL, NULL };