blob: 18ddbe4e1bac2f9b76cde863766c1582eb0ac00a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef CONSUMER_H_
#define CONSUMER_H_
#ifdef __cplusplus
extern "C" {
#endif
singleid_consumer_authenticate (request_rec *r, );
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* CONSUMER_H_ */
|