view src/lib/lib-signals.h @ 903:fd8888f6f037 HEAD

Naming style changes, finally got tired of most of the typedefs. Also the previous enum -> macro change reverted so that we don't use the highest bit anymore, that's incompatible with old indexes so they will be rebuilt.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Jan 2003 15:09:51 +0200
parents 3b1985cbc908
children e0db9324e799
line wrap: on
line source

#ifndef __LIB_SIGNALS_H
#define __LIB_SIGNALS_H

extern int lib_signal_hup, lib_signal_kill;

void lib_init_signals(void (*sig_quit_handler) (int));

#endif