mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-30 00:41:50 +00:00
* Add option to build httpserver * Add option to build libevhtp * Delete unused option --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
10 lines
115 B
C
10 lines
115 B
C
#ifndef ACCESS_FILE_H
|
|
#define ACCESS_FILE_H
|
|
|
|
#ifdef HAVE_EVHTP
|
|
int
|
|
access_file_init (evhtp_t *htp);
|
|
#endif
|
|
|
|
#endif
|