bmsd/futil.h

Sat, 13 Jun 2020 13:50:57 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 13 Jun 2020 13:50:57 +0200
changeset 702
f0896a6f9b64
parent 0
033898178630
permissions
-rw-r--r--

Add total count in the statusbar for inventory and profile databases.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial