~ubuntu-branches/ubuntu/oneiric/seahorse/oneiric-proposed-201111150713

« back to all changes in this revision

Viewing changes to agent/seahorse-agent.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-12-02 20:48:51 UTC
  • mto: (3.2.1 sid) (1.4.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20071202204851-8l2cxnc7xs7lfxru
Tags: upstream-2.21.3
ImportĀ upstreamĀ versionĀ 2.21.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#define SETTING_EXPIRE      AGENT_SETTINGS "/cache_expire"
42
42
#define SETTING_AUTH        AGENT_SETTINGS "/cache_authorize"
43
43
#define SETTING_DISPLAY     AGENT_SETTINGS "/cache_display"
44
 
#define SETTING_AGENT_SSH   AGENT_SETTINGS "/load_ssh"
45
44
#define METHOD_GNOME        "gnome"
46
45
 
47
46
/* -----------------------------------------------------------------------------
132
131
void seahorse_agent_status_cleanup ();
133
132
void seahorse_agent_status_update ();
134
133
 
135
 
/* -----------------------------------------------------------------------------
136
 
 * seahorse-agent-ssh.c
137
 
 */
138
 
 
139
 
#define SEAHORSE_SSH_PING_MSG             252
140
 
 
141
 
/* Called from the original process before and after fork */
142
 
void     seahorse_agent_ssh_prefork ();
143
 
void     seahorse_agent_ssh_postfork (pid_t child);
144
 
void     seahorse_agent_ssh_childsetup ();
145
 
 
146
 
gboolean seahorse_agent_ssh_init ();
147
 
GList*   seahorse_agent_ssh_cached_keys ();
148
 
guint    seahorse_agent_ssh_count_keys ();
149
 
void     seahorse_agent_ssh_clearall ();
150
 
void     seahorse_agent_ssh_uninit ();
151
 
 
152
134
#endif /* __SEAHORSE_AGENT_H__ */