-
Notifications
You must be signed in to change notification settings - Fork 10
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
Hidden API functions #78
Comments
|
But |
The APIs could use the prefix |
That still (potentially) has the same problem? The prefix shouldn't be able to overlap; why do internal functions need a prefix anyway? |
Not really the same problem, but adding a letter Hopefully, the explanation will clarify the reasons we're doing this way. |
There appear to be non-static functions which are prefixed with
XbSymbolDatabase
, but aren't actually listed as part of the XbSymbolDatabase.h:XbSymbolDatabase/XbSymbolDatabase.c
Line 1768 in 6820d3f
XbSymbolDatabase/XbSymbolDatabase.c
Line 1783 in 6820d3f
...
Are they unit tests / utils? Shouldn't they be in a separate file and only compiled on demand?
Should these be removed, prefix-removed, or listed in the header?
Affects #77 as we have to decide wether they have to remain non-static.
The text was updated successfully, but these errors were encountered: