start to implement pymscp.c

This commit is contained in:
Ryo Nakamura
2023-03-11 20:54:45 +09:00
parent d22c02b793
commit 7e7bc61ff2
3 changed files with 346 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ void mscp_set_msg_fd(struct mscp *m, int fd);
*
* @return pointer to the message.
*/
const char *mscp_get_error();
const char *mscp_get_error(void);