Remove unused variables
[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
9 #ifndef __SENDSYNC_H_
10 #define __SENDSYNC_H_
11
12 #include "keystructs.h"
13
14 /**
15  *      sendkeysync - Send a key sync mail to our peers.
16  *      keys: The list of keys to send.
17  *
18  *      Takes a list of keys and sends out a keysync mail to all our peers.
19  */
20 int sendkeysync(struct openpgp_publickey *keys);
21
22 #endif /* __SENDSYNC_H */