Commit ec8bb36
committed
cassandra.h: add warnings for unimplemented functions
For each function in cassandra.h that is not yet implemented, add
a warning comment in its documentation to inform users.
We do not want to remove those functions from the header file,
as they are part of the public API and may be implemented in the future.
For now, use of them will result in linker errors, but at least no
runtime errors will occur.1 parent 4adcdae commit ec8bb36
1 file changed
+186
-0
lines changed
0 commit comments