Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/cmd/upas/bayes/msgdb.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
typedef struct Msgdb Msgdb;
2
 
3
Msgdb *mdopen(char*, int);
4
long mdget(Msgdb*, char*);
5
void mdput(Msgdb*, char*, long);
6
 
7
void mdenum(Msgdb*);
8
int mdnext(Msgdb*, char**, long*);
9
 
10
void mdclose(Msgdb*);