summaryrefslogtreecommitdiff
path: root/module/request.h
blob: 6c63a25d514e0e693ef5fbd78032479acee28641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef REQUEST_H_
#define REQUEST_H_

#ifdef __cplusplus
extern "C" {
#endif


typedef void sid_request_t;


#ifdef __cplusplus
} /* extern "C" */
#endif

#endif /* REQUEST_H_ */