From 66effe8345e265049396cf7b29664966fb8b4424 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 9 Mar 2018 13:41:26 -0800 Subject: Accidentally pushed 0.5.0 instead of v0.5.0. --- man/0.5.0/nng_msg_alloc.html | 585 ------------------------------------------- 1 file changed, 585 deletions(-) delete mode 100644 man/0.5.0/nng_msg_alloc.html (limited to 'man/0.5.0/nng_msg_alloc.html') diff --git a/man/0.5.0/nng_msg_alloc.html b/man/0.5.0/nng_msg_alloc.html deleted file mode 100644 index 4dfae1da..00000000 --- a/man/0.5.0/nng_msg_alloc.html +++ /dev/null @@ -1,585 +0,0 @@ ---- -version: 0.5.0 -layout: refman ---- - - - - - - - -nng_msg_alloc(3) - - - - - - - -
-
-

SYNOPSIS

-
-
-
-
#include <nng/nng.h>
-
-int nng_msg_alloc(nng_msg **msgp, size_t size);
-
-
-
-
-
-

DESCRIPTION

-
-
-

The nng_msg_alloc() function allocates a new message with body length size -and stores the result in msgp. -Messages allocated with this function contain a body and optionally a header. -They are used with receive and transmit functions.

-
-
-
-
-

RETURN VALUES

-
-
-

This function returns 0 on success, and non-zero otherwise.

-
-
-
-
-

ERRORS

-
-
-
-
NNG_ENOMEM
-
-

Insufficient free memory exists to allocate a message.

-
-
-
-
-
- -
- - -- cgit v1.2.3-70-g09d2