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
Request that you move some of the structures which are not publicly exposed - cbuf, and cvec come to mind - to separate private header files which are not installed.
in our use case, we have added functions that are not of general interest and rather than maintain them as diffs to the cligen core, we could simply create a new file and avoid conflicts and errors.
The text was updated successfully, but these errors were encountered:
* Requested by Dcarnejo in #15
* Four new internal headers created: cligen_cv_internal.h, cligen_cvec_internal.h, cligen_buf_internal.h and cligen_handle_internal.h
* Renamed cligen_var.[ch] to cligen_cv.[ch]
Request that you move some of the structures which are not publicly exposed - cbuf, and cvec come to mind - to separate private header files which are not installed.
in our use case, we have added functions that are not of general interest and rather than maintain them as diffs to the cligen core, we could simply create a new file and avoid conflicts and errors.
The text was updated successfully, but these errors were encountered: