Skip to content

Commit a34ea62

Browse files
committed
do not add DC_SOCKET to DC_MSG group
1 parent 88a4a0a commit a34ea62

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

deltachat-ffi/deltachat.h

+4-6
Original file line numberDiff line numberDiff line change
@@ -4167,6 +4167,10 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot);
41674167
*/
41684168
#define DC_MSG_VIDEOCHAT_INVITATION 70
41694169

4170+
/**
4171+
* @}
4172+
*/
4173+
41704174

41714175
/**
41724176
* @defgroup DC_SOCKET DC_SOCKET
@@ -4177,11 +4181,6 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot);
41774181
* @{
41784182
*/
41794183

4180-
/**
4181-
* @}
4182-
*/
4183-
4184-
41854184
/**
41864185
* Choose socket security automatically.
41874186
*/
@@ -4206,7 +4205,6 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot);
42064205
*/
42074206
#define DC_SOCKET_PLAIN 3
42084207

4209-
42104208
/**
42114209
* @}
42124210
*/

0 commit comments

Comments
 (0)