nmdb: Use the appropriate type for storing send() return value
[nmdb.git] / nmdb / parse.h
blobb27cf40072e850de50a18fd9a618bc49b988b60c
2 #ifndef _PARSE_H
3 #define _PARSE_H
5 #include "req.h"
7 int parse_message(struct req_info *req,
8 const unsigned char *buf, size_t len);
10 #endif