repo.or.cz
/
nmdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nmdb: Use the appropriate type for storing send() return value
[nmdb.git]
/
nmdb
/
parse.h
blob
b27cf40072e850de50a18fd9a618bc49b988b60c
1
2
#ifndef _PARSE_H
3
#define _PARSE_H
4
5
#include
"req.h"
6
7
int
parse_message
(
struct
req_info
*
req
,
8
const unsigned char
*
buf
,
size_t
len
);
9
10
#endif
11