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