~ubuntu-branches/ubuntu/quantal/libssh/quantal-updates

« back to all changes in this revision

Viewing changes to include/libssh/session.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-04-12 19:07:38 UTC
  • mfrom: (1.1.5 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100412190738-t2dgc7miifie7j5i
Tags: 0.4.2-1ubuntu1
* Merge with Debian testing, remaining change:
  - Include conflicts/replaces on previous package versions with old sonames
    (LP: #514110)

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    char *host;
105
105
    char *bindaddr; /* TODO: check if needed */
106
106
    char *xbanner; /* TODO: looks like it is not needed */
107
 
    char *identity;
 
107
    struct ssh_list *identity;
108
108
    char *sshdir;
109
109
    char *knownhosts;
110
110
    char *wanted_methods[10];