bmsd/futil.h

Thu, 13 Jun 2024 17:12:00 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 13 Jun 2024 17:12:00 +0200
changeset 857
150485d06b30
parent 0
033898178630
permissions
-rw-r--r--

Brought the web interface in sync with the new bmsapp water treatment.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial