view gensignkey.h @ 921:f2dd12444e37 coverity

Fix the right build line
author Matt Johnston <matt@ucc.asn.au>
date Sat, 08 Mar 2014 18:16:11 +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