mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-23 20:08:04 +01:00
(sigh). Missed one file.
This commit is contained in:
parent
121f87d257
commit
293935be4c
20
g10/keyserver-internal.h
Normal file
20
g10/keyserver-internal.h
Normal file
@ -0,0 +1,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_ */
|
Loading…
x
Reference in New Issue
Block a user