shithub: riscv

ref: cac853084c058bdcbed738bf2af73bb4c6c4719f
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*);