X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=parsekey.h;fp=parsekey.h;h=7e2e2bdfd3f5f535681747190e22598a73f0dc46;hb=58d762ea573eb3cfea626bb52ea7a99e24b8a0aa;hp=ed7e3a0daf2c8200deff01f7b61346a3755babac;hpb=98ee16938c903e9d1d5bb9b720f9cfef1fa2ec0a;p=onak.git diff --git a/parsekey.h b/parsekey.h index ed7e3a0..7e2e2bd 100644 --- a/parsekey.h +++ b/parsekey.h @@ -5,7 +5,7 @@ * * Copyright 2002 Project Purple * - * $Id: parsekey.h,v 1.5 2003/09/30 20:40:11 noodles Exp $ + * $Id: parsekey.h,v 1.6 2003/10/04 10:21:40 noodles Exp $ */ #ifndef __PARSEKEY_H__ @@ -13,18 +13,6 @@ #include "keystructs.h" -/** - * add_key - Takes a key and adds it to the keyserver. - * @key: The public key to add. - * - * This function takes a public key and adds it to the keyserver. - * It first of all sees if we already have the key locally. If we do then - * we retrieve it and merge the two keys. We then store the resulting key - * (or just the original we received if we don't already have it). We then - * send out the appropriate updates to our keyserver peers. - */ -int add_key(struct openpgp_publickey *key); - /** * parse_keys - Process a stream of packets for public keys + sigs. * @packets: The packet list to parse.