~ubuntu-branches/ubuntu/jaunty/gnupg2/jaunty

« back to all changes in this revision

Viewing changes to g10/keyserver-internal.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Mueller
  • Date: 2005-03-29 10:30:32 UTC
  • Revision ID: james.westby@ubuntu.com-20050329103032-sj42n2ain3ipx310
Tags: upstream-1.9.15
ImportĀ upstreamĀ versionĀ 1.9.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Keyserver internals */
 
2
 
 
3
#ifndef _KEYSERVER_INTERNAL_H_
 
4
#define _KEYSERVER_INTERNAL_H_
 
5
 
 
6
#include <time.h>
 
7
#include "keyserver.h"
 
8
#include "../common/iobuf.h"
 
9
#include "types.h"
 
10
 
 
11
void parse_keyserver_options(char *options);
 
12
int parse_keyserver_uri(char *uri,
 
13
                        const char *configname,unsigned int configlineno);
 
14
int keyserver_export(STRLIST users);
 
15
int keyserver_import(STRLIST users);
 
16
int keyserver_import_fprint(const byte *fprint,size_t fprint_len);
 
17
int keyserver_import_keyid(u32 *keyid);
 
18
int keyserver_refresh(STRLIST users);
 
19
int keyserver_search(STRLIST tokens);
 
20
 
 
21
#endif /* !_KEYSERVER_INTERNAL_H_ */