bmsd/futil.h

Sat, 27 Jun 2020 15:41:53 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 27 Jun 2020 15:41:53 +0200
changeset 704
62a1d2baec75
parent 0
033898178630
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);
int  file_size(char *);

#endif

mercurial