5 lines
102 B
C
5 lines
102 B
C
#ifndef SEND_IMAGE_H_
|
|
#define SEND_IMAGE_H_
|
|
|
|
int SendImage(wchar_t *wxid, wchar_t *image_path);
|
|
#endif |