comparison th_network.h @ 657:253a341216b7

Doxygen fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Jan 2020 00:38:40 +0200
parents 3c9205d52376
children c17a1072974a
comparison
equal deleted inserted replaced
656:d1d320e5602e 657:253a341216b7
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2013-2020 Tecnic Software productions (TNSP) 4 * (C) Copyright 2013-2020 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 /// @file
9 /// @brief Simple TCP network connection handling helpers
8 #ifndef TH_NETWORK_H 10 #ifndef TH_NETWORK_H
9 #define TH_NETWORK_H 11 #define TH_NETWORK_H
10 12
11 #include <stdio.h> 13 #include <stdio.h>
12 #include <unistd.h> 14 #include <unistd.h>