~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to pkcs11/ssh-agent/gck-ssh-agent.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef GCKSSHAGENT_H_
2
 
#define GCKSSHAGENT_H_
3
 
 
4
 
#include <glib.h>
5
 
 
6
 
#include "pkcs11/pkcs11.h"
7
 
 
8
 
int               gck_ssh_agent_startup                 (const gchar *prefix);
9
 
 
10
 
void              gck_ssh_agent_accept                  (void);
11
 
 
12
 
void              gck_ssh_agent_shutdown                (void);
13
 
 
14
 
gboolean          gck_ssh_agent_initialize              (CK_FUNCTION_LIST_PTR funcs);
15
 
 
16
 
void              gck_ssh_agent_uninitialize            (void);
17
 
 
18
 
#endif /* GCKSSHAGENT_H_ */