diff options
Diffstat (limited to 'ot_udp.h')
-rw-r--r-- | ot_udp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ot_udp.h b/ot_udp.h new file mode 100644 index 0000000..ba0d7e7 --- /dev/null +++ b/ot_udp.h | |||
@@ -0,0 +1,9 @@ | |||
1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> | ||
2 | It is considered beerware. Prost. Skol. Cheers or whatever. */ | ||
3 | |||
4 | #ifndef __OT_UDP_H__ | ||
5 | #define __OT_UDP_H__ | ||
6 | |||
7 | void handle_udp4( int64 serversocket ); | ||
8 | |||
9 | #endif \ No newline at end of file | ||