You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2019. It is now read-only.
There is a small inconsistency between ccnx_Name.h and ccnx_Name.c. The following function declarations in ccnx_Name.h do not exist in ccnx_Name.c and should therefore be removed from ccnx_Name.h.
Line 713:-
uint64_t ccnxName_GetNthSegmentNumber(const CCNxName *name, size_t nthNumber);
Line 731:-
uint64_t ccnxName_GetSegmentNumber(const CCNxName *name);
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
There is a small inconsistency between ccnx_Name.h and ccnx_Name.c. The following function declarations in ccnx_Name.h do not exist in ccnx_Name.c and should therefore be removed from ccnx_Name.h.
Line 713:-
uint64_t ccnxName_GetNthSegmentNumber(const CCNxName *name, size_t nthNumber);
Line 731:-
uint64_t ccnxName_GetSegmentNumber(const CCNxName *name);
The text was updated successfully, but these errors were encountered: