import updates to library plugin loader from upstream

This commit is contained in:
Axel Kohlmeyer
2023-01-13 05:21:33 -05:00
parent 812363fb99
commit 0fafe34008
3 changed files with 14 additions and 10 deletions

View File

@ -85,6 +85,7 @@ typedef void (*FixExternalFnPtr)(void *, int, int, int *, double **, double **);
typedef void (*FixExternalFnPtr)(void *, int64_t, int, int *, double **, double **);
#endif
#define LAMMPSPLUGIN_ABI_VERSION 0
struct _liblammpsplugin {
int abiversion;
int has_exceptions;