view gensignkey.h @ 872:a287954a16d6

Fix TRACEs of cli_send_netcat_request
author Catalin Patulea <cat@vv.carleton.ca>
date Tue, 03 Dec 2013 00:06:35 +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