thermferm/futil.h

Sat, 27 Jun 2020 19:28:10 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 27 Jun 2020 19:28:10 +0200
changeset 607
021338fc4e4f
parent 420
644a6106d712
permissions
-rw-r--r--

Better logging for locking the daemon and fixed stale lock recovery.

#ifndef	FUTIL_H
#define	FUTIL_H


int  mkdirs(char *, mode_t);
int  file_exist(char *, int);

#endif

mercurial