index
:
tuxanci2.git
master
mob
A First Person Shooter
Connor Thomson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
dns.h
blob: a2cd997c3dd9f58856b0bf7c8ad555a594e6804f (
plain
)
1
2
3
4
5
6
7
8
#ifndef DNS_H #define DNS_H extern char *getIPFormDNS(char *domain); #endif