auth token handling
[krsd] / src / handler / auth.h
1
2
3 #ifndef RS_AUTH_H
4 #define RS_AUTH_H
5
6 int authorize_request(evhtp_request_t *req);
7
8 #endif /* !RS_AUTH_H */
9