add lammps_expand to plugin wrapper

This commit is contained in:
Axel Kohlmeyer
2024-09-20 03:56:19 -04:00
parent 95afe40f55
commit 3902215018
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ liblammpsplugin_t *liblammpsplugin_load(const char *lib)
ADDSYM(python_finalize);
ADDSYM(error);
ADDSYM(expand);
ADDSYM(file);
ADDSYM(command);

View File

@ -126,6 +126,7 @@ struct _liblammpsplugin {
void (*python_finalize)();
void (*error)(void *, int, const char *);
char *(*expand)(void *, const char *);
void (*file)(void *, const char *);
char *(*command)(void *, const char *);