summaryrefslogtreecommitdiff
path: root/request.h
blob: cbf7ecb158faf72ac93b1f97a35d4b9bc1bd3147 (plain)
1
2
3
4
5
6
7
8
#ifndef REQUEST_H
#define REQUEST_H

#include "pub_callbacks.h"

typedef int (*callback_t)(const byte *, int);

#endif /* REQUEST_H */