view gensignkey.h @ 1020:363c0feca5d4

Fix print that no longer works since we're not using fourCCs
author Matt Johnston <matt@ucc.asn.au>
date Fri, 13 Feb 2015 23:17:23 +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