mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-29 08:26:51 +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
|