bmsd/rdconfig.h

Sat, 12 Sep 2020 12:15:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Sep 2020 12:15:24 +0200
changeset 715
8fb922c00a2d
parent 0
033898178630
permissions
-rw-r--r--

Remove log messages if database inventory updates are successfull. Allways update inventory reduced stages.

#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