5 lines
99 B
C
5 lines
99 B
C
#ifndef SEND_FILE_H_
|
|
#define SEND_FILE_H_
|
|
|
|
int SendFile(wchar_t *wxid, wchar_t *file_path);
|
|
#endif |