[unixODBC-dev] expose some internal funcs?
Nick Gorham
nick at lurcher.org
Mon Dec 8 09:34:19 GMT 2008
Peter Harvey wrote:
>The Qt bits use the following internal funcs;
>
>- odbcinst_system_file_path
>- odbcinst_system_file_name
>- _odbcinst_FileINI
>
>It would be highly convenient for unixODBC-GUI-Qt to continue to use
>these. Can/should these be exposed so that they can be used from code
>outside of the unixODBC-core (ie unixODBC-GUI-Qt)?
>
>--
>Peter
>
>_______________________________________________
>unixODBC-dev mailing list
>unixODBC-dev at mailman.unixodbc.org
>http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev
>
>
Looking at odbcinst.exp ther already are.
ODBCINSTConstructProperties
ODBCINSTSetProperty
ODBCINSTDestructProperties
ODBCINSTAddProperty
ODBCINSTValidateProperty
ODBCINSTValidateProperties
odbcinst_system_file_path
odbcinst_system_file_name
odbcinst_user_file_path
odbcinst_user_file_name
_odbcinst_SystemINI
_odbcinst_UserINI
_odbcinst_FileINI
--
Nick
More information about the unixODBC-dev
mailing list