Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | 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*);