c-library functions should be always present, documented, and lowercase

This commit is contained in:
Axel Kohlmeyer
2022-09-24 03:07:24 -04:00
parent 8ad478697e
commit 49a3be17cb
4 changed files with 33 additions and 8 deletions

View File

@ -256,9 +256,7 @@ void lammps_force_timeout(void *handle);
int lammps_has_error(void *handle);
int lammps_get_last_error_message(void *handle, char *buffer, int buf_size);
#ifdef LMP_PYTHON
int lammps_PYTHON_API_VERSION();
#endif
int lammps_python_api_version();
#ifdef __cplusplus
}