thermferm/rdconfig.h

Fri, 05 Apr 2024 19:30:41 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 05 Apr 2024 19:30:41 +0200
changeset 661
8c1e7a52e24f
parent 110
54e9940f413b
permissions
-rw-r--r--

Version 0.9.17a2. Disabled a lot of mutex locks, some are blocking and need to be fixed. This version seems to be working, more or less.

#ifndef	RDCONFIG_H
#define	RDCONFIG_H


void killconfig(void);
int  rdconfig(void);
int  wrconfig(void);


#endif

mercurial