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

make db public implemented #7 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lomassubedi
Copy link

Made array micro_tz_db_tzs; accessible with method with const micro_tz_db_pair *get_tz_db(void)


const char * micro_tz_db_get_posix_str(const char * name);
const micro_tz_db_pair *get_tz_db(void);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you show your use case of expanding the API? the struct typedef and static array of structs are meant to be implementation only, i don't see any value in exposing them

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

Successfully merging this pull request may close these issues.

None yet

2 participants