~ubuntu-branches/ubuntu/oneiric/libotr/oneiric-security

« back to all changes in this revision

Viewing changes to src/userstate.h

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2006-01-02 19:52:18 UTC
  • mfrom: (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060102195218-wb8803196y9mycx6
Tags: 3.0.0-2
Fix typo: "malformed messahes" (Closes: #345400)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
typedef struct s_OtrlUserState* OtrlUserState;
24
24
 
25
25
#include "context.h"
26
 
#include "privkey.h"
 
26
#include "privkey-t.h"
27
27
 
28
28
struct s_OtrlUserState {
29
29
    ConnContext *context_root;
30
 
    PrivKey *privkey_root;
 
30
    OtrlPrivKey *privkey_root;
31
31
};
32
32
 
33
33
/* Create a new OtrlUserState.  Most clients will only need one of