1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

Document prototypes for macro defined functions

This commit is contained in:
Henrik Nordstrom
2011-08-06 13:44:00 +02:00
committed by Daniel Stenberg
parent 2fe1770d9f
commit 95d69d3a81
43 changed files with 85 additions and 47 deletions

View File

@ -6,7 +6,10 @@ libssh2_publickey_add - convenience macro for \fIlibssh2_publickey_add_ex(3)\fP
.SH SYNOPSIS
#include <libssh2.h>
libssh2_publickey_add(arguments)
int libssh2_publickey_add(LIBSSH2_PUBLICKEY *pkey,
const unsigned char *name,
const unsigned char *blob, unsigned long blob_len, char overwrite,
unsigned long num_attrs, const libssh2_publickey_attribute attrs[]);
.SH DESCRIPTION
This is a macro defined in a public libssh2 header file that is using the