Skip to content
Snippets Groups Projects

ENH: Add retrieval and queries to Extern C interface

Merged Florian Spreckelsen requested to merge f-extended-c into f-files
2 unresolved threads
3 files
+ 15
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
0
@@ -52,6 +52,12 @@ int caosdb_constants_COMPATIBLE_SERVER_VERSION_PATCH();
*/
const char *caosdb_constants_COMPATIBLE_SERVER_VERSION_PRE_RELEASE();
/**
* Return the status code reserved for errors in clients wrapping this
* interface.
*/
int caosdb_status_code_OTHER_CLIENT_ERROR();
/**
* A wrapper of the C++ Connection class.
*
Loading