diff options
Diffstat (limited to 'cdbmss.h')
| -rw-r--r-- | cdbmss.h | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -13,4 +13,8 @@ struct cdbmss { | |||
| 13 | int fd; | 13 | int fd; |
| 14 | } ; | 14 | } ; |
| 15 | 15 | ||
| 16 | int cdbmss_start(struct cdbmss *c, int fd); | ||
| 17 | int cdbmss_add(struct cdbmss *c, unsigned char *key, unsigned int keylen, | ||
| 18 | unsigned char *data, unsigned int datalen); | ||
| 19 | int cdbmss_finish(struct cdbmss *c); | ||
| 16 | #endif | 20 | #endif |
