| 1 |
/*******************************************************/ |
/*******************************************************/ |
| 2 |
/* */ |
/* */ |
| 3 |
/* LeafOK Innbbsd */ |
/* LeafOK Innbbsd */ |
| 4 |
/* Copyright (C) LeafOK.com, 2003-2004 */ |
/* Copyright (C) LeafOK.com, 2003-2005 */ |
| 5 |
/* */ |
/* */ |
| 6 |
/* Programmed by Leaf */ |
/* Programmed by Leaf */ |
| 7 |
/* E-mail:leaflet@leafok.com QQ:6049044 */ |
/* E-mail:leaflet@leafok.com QQ:6049044 */ |
| 31 |
int cmd_list(void); |
int cmd_list(void); |
| 32 |
int cmd_ihave(const char* msg_id); |
int cmd_ihave(const char* msg_id); |
| 33 |
int db_env_init(void); |
int db_env_init(void); |
| 34 |
|
bool check_priv(void); |
| 35 |
}; |
}; |