Changeset 692b59 for src/iodined.c


Ignore:
Timestamp:
02/04/07 16:21:55 (6 years ago)
Author:
Bjorn Andersson <flex@…>
Branches:
master, iodine-0.4, iodine-0.5, iodine-0.6
Children:
b1d7bf
Parents:
8c7fb4
git-author:
Bjorn Andersson <flex@…> (02/04/07 16:21:55)
git-committer:
Bjorn Andersson <flex@…> (02/04/07 16:21:55)
Message:

#4 - moved common stuff to common.c and moved open_dns, close_dns there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/iodined.c

    r8c7fb4 r692b59  
    3333#include <zlib.h> 
    3434 
    35 #include "tun.h" 
    36 #include "structs.h" 
     35#include "common.h" 
    3736#include "dns.h" 
    3837#include "login.h" 
     38#include "tun.h" 
    3939#include "version.h" 
    4040 
Note: See TracChangeset for help on using the changeset viewer.