mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-29 16:36:52 +00:00
8 lines
90 B
C
8 lines
90 B
C
|
#ifndef ACCESS_FILE_H
|
||
|
#define ACCESS_FILE_H
|
||
|
|
||
|
int
|
||
|
access_file_init (evhtp_t *htp);
|
||
|
|
||
|
#endif
|