view src/lib/unlink-lockfiles.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 3b1985cbc908
children 94df30426a96
line wrap: on
line source

#ifndef __UNLINK_LOCKFILES_H
#define __UNLINK_LOCKFILES_H

void unlink_lockfiles(const char *dir, const char *pidprefix,
		      const char *otherprefix, time_t other_min_time);

#endif