1999-01-16 09:29:29 +01:00
|
|
|
/* hkp.h - Horrowitz Keyserver Protocol
|
2000-07-14 19:34:53 +02:00
|
|
|
* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
1998-07-06 12:23:57 +02:00
|
|
|
*
|
1998-12-23 13:41:40 +01:00
|
|
|
* This file is part of GnuPG.
|
1998-07-06 12:23:57 +02:00
|
|
|
*
|
1998-12-23 13:41:40 +01:00
|
|
|
* GnuPG is free software; you can redistribute it and/or modify
|
1998-07-06 12:23:57 +02:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
1998-12-23 13:41:40 +01:00
|
|
|
* GnuPG is distributed in the hope that it will be useful,
|
1998-07-06 12:23:57 +02:00
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
|
|
|
*/
|
|
|
|
|
2000-01-27 17:50:45 +01:00
|
|
|
#ifndef GPG_HKP_H
|
|
|
|
#define GPG_HKP_H 1
|
1998-07-06 12:23:57 +02:00
|
|
|
|
|
|
|
|
1999-01-16 09:29:29 +01:00
|
|
|
int hkp_ask_import( u32 *keyid );
|
1999-03-20 11:53:39 +01:00
|
|
|
int hkp_import( STRLIST users );
|
1999-01-19 19:37:41 +01:00
|
|
|
int hkp_export( STRLIST users );
|
1998-07-06 12:23:57 +02:00
|
|
|
|
|
|
|
|
2000-01-27 17:50:45 +01:00
|
|
|
#endif /*GPG_HKP_H*/
|