git » nmdb » master » tree

[master] / nmdb / parse.h

1
2
3
4
5
6
7
8
9
#ifndef _PARSE_H
#define _PARSE_H

#include "req.h"

int parse_message(struct req_info *req,
		const unsigned char *buf, size_t len);

#endif