mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-07-01 01:11:49 +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
|