ObjFW  Diff

Differences From Artifact [89f3d3aa72]:

To Artifact [8a8e95826f]:


70
71
72
73
74
75
76





77
/**
 * Sends a C string, without the trailing zero.
 *
 * \param str The C string from which the data is sent
 * \return The number of bytes written
 */
- (size_t)writeCString: (const char*)str;





@end







>
>
>
>
>

70
71
72
73
74
75
76
77
78
79
80
81
82
/**
 * Sends a C string, without the trailing zero.
 *
 * \param str The C string from which the data is sent
 * \return The number of bytes written
 */
- (size_t)writeCString: (const char*)str;

/**
 * Closes the OFTCPSocket.
 */
- close;
@end