bmsd/futil.h

Tue, 14 Feb 2023 14:01:02 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 14 Feb 2023 14:01:02 +0100
changeset 845
ebf2bdca0d9b
parent 0
033898178630
permissions
-rw-r--r--

Version 0.3.43 bmsd if there is no ssid received from a node message then send '' to the mon_nodes table in the database instead of (null). (one last file)

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial