diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 00:39:02 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 00:39:02 +0200 |
| commit | 7c633c259ebc4a863c5076462c5792ecb8b9f617 (patch) | |
| tree | 550a272a82325c554923c7498811cb8971aa49c2 /ot_udp.h | |
| parent | 4c5935c0574481dc4b0e0bf57528dc3069e34742 (diff) | |
clang-format
Diffstat (limited to 'ot_udp.h')
| -rw-r--r-- | ot_udp.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -6,7 +6,7 @@ | |||
| 6 | #ifndef OT_UDP_H__ | 6 | #ifndef OT_UDP_H__ |
| 7 | #define OT_UDP_H__ | 7 | #define OT_UDP_H__ |
| 8 | 8 | ||
| 9 | void udp_init( int64 sock, unsigned int worker_count ); | 9 | void udp_init(int64 sock, unsigned int worker_count); |
| 10 | int handle_udp6( int64 serversocket, struct ot_workstruct *ws ); | 10 | int handle_udp6(int64 serversocket, struct ot_workstruct *ws); |
| 11 | 11 | ||
| 12 | #endif | 12 | #endif |
