diff options
-rw-r--r-- | include/osl/socket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osl/socket.h b/include/osl/socket.h index 2357e8c53c01..846e3fab36b2 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -31,6 +31,9 @@ extern "C" { #define OSL_INADDR_NONE 0xffffffff #define OSL_INVALID_PORT (-1) +/**@{ begin section types +*/ + /** Opaque datatype SocketAddr. */ |