view src/auth/master.h @ 1000:0fbafade2d85 HEAD

If auth/login process died unexpectedly, the exit status or killing signal wasn't logged.
author Timo Sirainen <tss@iki.fi>
date Tue, 21 Jan 2003 09:58:49 +0200
parents 1d20a088aead
children
line wrap: on
line source

#ifndef __MASTER_H
#define __MASTER_H

void master_init(void);
void master_deinit(void);

#endif