wxhelper/src/send_image.h
2022-12-21 20:30:44 +08:00

5 lines
102 B
C

#ifndef SEND_IMAGE_H_
#define SEND_IMAGE_H_
int SendImage(wchar_t *wxid, wchar_t *image_path);
#endif