This commit is contained in:
Your Name 2025-04-28 21:51:40 +03:00
parent 65de41ff41
commit 8d36d6a974
2 changed files with 22 additions and 23 deletions

View file

@ -59,7 +59,7 @@ int IRCC_initssl(IRCC_client *irc);
void IRCC_close(IRCC_client *irc);
//u - mean universal. Functions uses internal fields in structure
int IRCC_usend(IRCC_client *irc, off_t bytes);
int IRCC_usend(IRCC_client *irc, const char *msg, off_t bytes);
int IRCC_urecv(IRCC_client *irc);
#endif