bmsd/futil.h

Mon, 31 Dec 2018 16:48:56 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 31 Dec 2018 16:48:56 +0100
changeset 160
fea87a8d320b
parent 0
033898178630
permissions
-rw-r--r--

Added more information on the brewday tab. Move almost all screen init widgets in the source so they are in the Tabs order. This should make searching for them easier.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial