shithub: riscv

ref: d5e2fd9028687dfc18c0ac1b249ccec38ab075f6
dir: /sys/src/cmd/upas/bayes/msgdb.h/

View raw version
typedef struct Msgdb Msgdb;

Msgdb *mdopen(char*, int);
long mdget(Msgdb*, char*);
void mdput(Msgdb*, char*, long);

void mdenum(Msgdb*);
int mdnext(Msgdb*, char**, long*);

void mdclose(Msgdb*);