view gensignkey.h @ 856:f56c41030c15

Replace some deprecated macros with other ones, from Daniel Richard G.
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 21:45:50 +0800
parents b298bb438625
children deed0571cacc
line wrap: on
line source

#ifndef _GENSIGNKEY_H
#define _GENSIGNKEY_H

#include "signkey.h"

int signkey_generate(enum signkey_type type, int bits, const char* filename);

#endif