2 * sendsync.c - Routines to send a key sync mail.
4 * Jonathan McDowell <noodles@earth.li>
6 * Copyright 1999, 2002 Project Purple
8 * $Id: sendsync.h,v 1.2 2003/06/04 20:57:12 noodles Exp $
14 #include "keystructs.h"
17 * sendkeysync - Send a key sync mail to our peers.
18 * keys: The list of keys to send.
20 * Takes a list of keys and sends out a keysync mail to all our peers.
22 int sendkeysync(struct openpgp_publickey *keys);
24 #endif /* __SENDSYNC_H */