ObjFW  Diff

Differences From Artifact [98f00d6f79]:

To Artifact [5adaf7382b]:


63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
		onHost: (OFString*)host;

/**
 * Listen on the socket.
 *
 * \param backlog Maximum length for the queue of pending connections.
 */
- (void)listenWithBackLog: (int)backlog;

/**
 * Listen on the socket.
 */
- (void)listen;

/**







|







63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
		onHost: (OFString*)host;

/**
 * Listen on the socket.
 *
 * \param backlog Maximum length for the queue of pending connections.
 */
- (void)listenWithBackLog: (int)backLog;

/**
 * Listen on the socket.
 */
- (void)listen;

/**