aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver-internal.h
blob: d252de524a56538210fea5c944371cc8aa3e93b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Keyserver internals */

#ifndef _KEYSERVER_INTERNAL_H_
#define _KEYSERVER_INTERNAL_H_

#include <time.h>
#include "keyserver.h"
#include "iobuf.h"
#include "types.h"

void parse_keyserver_options(char *options);
int parse_keyserver_uri(char *uri);
int keyserver_export(STRLIST users);
int keyserver_import(STRLIST users);
int keyserver_import_keyid(u32 *keyid);
int keyserver_refresh(STRLIST users);
int keyserver_search(STRLIST tokens);
void keyserver_search_prompt(IOBUF buffer,int count,const char *searchstr);

#endif /* !_KEYSERVER_INTERNAL_H_ */