mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-27 15:36:48 +00:00
8 lines
119 B
C
8 lines
119 B
C
#ifndef UPLOAD_FILE_H
|
|
#define UPLOAD_FILE_H
|
|
|
|
int
|
|
upload_file_init (evhtp_t *evhtp, const char *http_temp_dir);
|
|
|
|
#endif
|