Project

General

Profile

Actions

Bug #5390

closed

libdect.h depends on libdect internal file list.h

Added by over 13 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
libdect
Target version:
-
Start date:
01/09/2022
Due date:
% Done:

0%


Description

libdect's include/dect/libdect.h depends on the internal header file include/list.h because the struct dect_msg_buf contains a struct list_head. list.h shouldn't be exported since it pollutes the namespace. Possible solutions are to prefix the list.h functions with dect_ and export the file, or get rid of the list_head usage in struct dect_msg_buf (preferrably).

Fixed by commit 11779ea5e856ad6429236fd546ca931b90176be6

Actions #1

Updated by over 2 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)