~ubuntu-branches/ubuntu/precise/libssh/precise

« back to all changes in this revision

Viewing changes to examples/examples_common.h

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-06-15 15:48:07 UTC
  • mfrom: (1.1.10 upstream) (4.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110615154807-3muklcqfftr1vtch
Tags: 0.5.0-2
* debian/patches/0002-Check-for-NULL-pointers-in-string-c.patch:
  Consolidate patch (Should fix previous REJECT)
* Support multiarch spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include <libssh/libssh.h>
17
17
int authenticate_console(ssh_session session);
18
 
int authenticate_kbdint(ssh_session session);
 
18
int authenticate_kbdint(ssh_session session, const char *password);
19
19
int verify_knownhost(ssh_session session);
20
20
ssh_session connect_ssh(const char *hostname, const char *user, int verbosity);
21
21