bmsd/rdconfig.h

Wed, 19 Aug 2020 17:13:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 19 Aug 2020 17:13:24 +0200
changeset 710
9646123ea063
parent 0
033898178630
permissions
-rw-r--r--

Fixed st_category_namber to be an integer value instead of float. The calc_acid in a new recipe is integer. Added missing wg_ and wb_ fields in a new recipe.

#ifndef	_RDCONFIG_H
#define	_RDCONFIG_H

#define S(x) (x)?(x):"(null)"

typedef struct _key_list {
   char                *key;
   int                 (*prc)(char **);
   char                **dest;
} key_list;


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


#endif

mercurial