cscvs to tla changeset 77
[onak.git] / sendsync.h
1 /*
2  * sendsync.c - Routines to send a key sync mail.
3  *
4  * Jonathan McDowell <noodles@earth.li>
5  *
6  * Copyright 1999, 2002 Project Purple
7  *
8  * $Id: sendsync.h,v 1.2 2003/06/04 20:57:12 noodles Exp $
9  */
10
11 #ifndef __SENDSYNC_H_
12 #define __SENDSYNC_H_
13
14 #include "keystructs.h"
15
16 /**
17  *      sendkeysync - Send a key sync mail to our peers.
18  *      keys: The list of keys to send.
19  *
20  *      Takes a list of keys and sends out a keysync mail to all our peers.
21  */
22 int sendkeysync(struct openpgp_publickey *keys);
23
24 #endif /* __SENDSYNC_H */