Use cl_ namespace for interface as well
This commit is contained in:
parent
14f6970a24
commit
6a0123a52b
2
llist.c
2
llist.c
@ -54,7 +54,7 @@ enum { // Avoid collision in error numbers
|
||||
CORELIBS_LLIST_ERR_OK = 1,
|
||||
};
|
||||
|
||||
struct corelibs_llist_interface const llist = {
|
||||
struct corelibs_llist_interface const cl_llist = {
|
||||
.create = corelibs_llist_create,
|
||||
.link = corelibs_llist_link,
|
||||
.rep = corelibs_llist_rep,
|
||||
|
Reference in New Issue
Block a user