summaryrefslogtreecommitdiff
path: root/ot_udp.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2017-04-28 15:41:24 +0200
committerDirk Engling <erdgeist@erdgeist.org>2017-04-28 15:41:24 +0200
commitd4598cc93017e4d7e71a6f854d389dcf6749e8df (patch)
tree58570553fb37f8534cd8fac4fe8964284548fb22 /ot_udp.h
parent0ebc0ed6a3e3b7acc9f9e338cc23cea5f4f22f61 (diff)
Get rid of some warnings regarding header guards
Diffstat (limited to 'ot_udp.h')
-rw-r--r--ot_udp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot_udp.h b/ot_udp.h
index a4f6ce0..974c727 100644
--- a/ot_udp.h
+++ b/ot_udp.h
@@ -3,8 +3,8 @@
3 3
4 $id$ */ 4 $id$ */
5 5
6#ifndef __OT_UDP_H__ 6#ifndef OT_UDP_H__
7#define __OT_UDP_H__ 7#define OT_UDP_H__
8 8
9void udp_init( int64 sock, unsigned int worker_count ); 9void udp_init( int64 sock, unsigned int worker_count );
10int handle_udp6( int64 serversocket, struct ot_workstruct *ws ); 10int handle_udp6( int64 serversocket, struct ot_workstruct *ws );