view gensignkey.h @ 963:dccaecc68c77

use xauth in /usr/bin Since the x.org rework, X has been installed into standard paths and not its own random prefixes. I think it's time we update the default paths accordingly.
author Mike Frysinger <vapier@gentoo.org>
date Fri, 01 Aug 2014 06:14:19 -0400
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