Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request: move some structs to a private header file #15

Closed
dcornejo opened this issue Jul 26, 2018 · 1 comment
Closed

request: move some structs to a private header file #15

dcornejo opened this issue Jul 26, 2018 · 1 comment

Comments

@dcornejo
Copy link
Contributor

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.

olofhagsand added a commit that referenced this issue Aug 25, 2018
  * 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]
@olofhagsand
Copy link
Member

Four new internal headers created: cligen_cv_internal.h, cligen_cvec_internal.h, cligen_buf_internal.h and cligen_handle_internal.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants