ssh-gss.h | 76 } ssh_gssapi_client; typedef in typeref:struct:__anon26803 82 int (*dochild) (ssh_gssapi_client *); 83 int (*userok) (ssh_gssapi_client *, char *); 84 int (*localname) (ssh_gssapi_client *, char **); 85 void (*storecreds) (ssh_gssapi_client *); 112 OM_uint32 ssh_gssapi_getclient(Gssctxt *, ssh_gssapi_client *);
|