bmsd/futil.h

Thu, 12 Oct 2023 15:24:56 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 12 Oct 2023 15:24:56 +0200
changeset 850
26cc7ea0f790
parent 0
033898178630
permissions
-rw-r--r--

Send lastseen iSpindel over websocket. Disabled a debug logmessage again.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial