1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-06-29 08:26:51 +00:00
seafile-server/server/upload-file.h

8 lines
119 B
C
Raw Normal View History

2016-08-10 06:53:33 +00:00
#ifndef UPLOAD_FILE_H
#define UPLOAD_FILE_H
int
upload_file_init (evhtp_t *evhtp, const char *http_temp_dir);
#endif