extern "C" {
#endif
-#ifndef ED25519_NO_SEED
-int ED25519_DECLSPEC ed25519_create_seed(unsigned char *seed);
-#endif
-
void ED25519_DECLSPEC ed25519_create_keypair(unsigned char *public_key, unsigned char *private_key, const unsigned char *seed);
void ED25519_DECLSPEC ed25519_sign(unsigned char *signature, const unsigned char *message, size_t message_len, const unsigned char *public_key, const unsigned char *private_key);
int ED25519_DECLSPEC ed25519_verify(const unsigned char *signature, const unsigned char *message, size_t message_len, const unsigned char *private_key);
*/
extern void graph(void);
-extern void dump_graph(void);
#endif
extern bool do_detach;
-extern void setup_signals(void);
extern bool detach(void);
-extern bool kill_other(int);
#ifdef HAVE_MINGW
#include "event.h"
} environment_t;
extern int environment_add(environment_t *env, const char *format, ...);
-extern int environment_placeholder(environment_t *env);
extern void environment_update(environment_t *env, int pos, const char *format, ...);
extern void environment_init(environment_t *env);
extern void environment_exit(environment_t *env);