Added header comment
[transsip.git] / src / stun.h
blobb10ad72a6eca77b17252f81e6820230ad77c0a09
1 /*
2 * transsip - the telephony network
3 * By Daniel Borkmann <daniel@transsip.org>
4 * Copyright 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,
5 * Swiss federal institute of technology (ETH Zurich)
6 * Subject to the GPL, version 2.
7 */
9 #ifndef STUN_H
10 #define STUN_H
12 #include <stdint.h>
14 extern void print_stun_probe(char *server, int sport, int tport);
16 #endif /* STUN_H */