bmsd/futil.h

Sat, 13 Jun 2020 12:14:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 13 Jun 2020 12:14:26 +0200
changeset 701
3ce3df681be0
parent 0
033898178630
permissions
-rw-r--r--

Changed inventory and profile databases filtering.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial