 |
|
SshKbdIntSubMethodCB Type
Synopsis
typedef void (*SshKbdIntSubMethodCB)(size_t num_resp,
char **resps,
Boolean cancel,
void *context);
Description
A function of this type is passed to the conversation function.
It is called after the responses are received from the client.
Arguments
num_resp
-
The size of the
resps array.
resps
-
The responses received from the client.
cancel
-
If this value is TRUE, the submethod should abort the
authentication, and get ready to be destroyed (with the
free function).
context
-
The allocated context.
[Contents]
[Index]
[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]
Copyright © 2003 SSH Communications Security Corp.
All rights reserved.
Copyright Notice
|
 |
|