X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/d2b297e2cf5769ecf4cf22a26f8c9775415c2999..556f51f104fbbb5bd0d51b61a18d7e5af2759079:/sendsync.h diff --git a/sendsync.h b/sendsync.h new file mode 100644 index 0000000..dca5f9b --- /dev/null +++ b/sendsync.h @@ -0,0 +1,22 @@ +/* + * sendsync.c - Routines to send a key sync mail. + * + * Jonathan McDowell + * + * Copyright 1999, 2002 Project Purple +*/ + +#ifndef __SENDSYNC_H_ +#define __SENDSYNC_H_ + +#include "keystructs.h" + +/** + * sendkeysync - Send a key sync mail to our peers. + * keys: The list of keys to send. + * + * Takes a list of keys and sends out a keysync mail to all our peers. + */ +int sendkeysync(struct openpgp_publickey *keys); + +#endif /* __SENDSYNC_H */