fix typo in plugin interface API
This commit is contained in:
@ -239,7 +239,7 @@ struct _liblammpsplugin {
|
|||||||
|
|
||||||
void (*free)(void *);
|
void (*free)(void *);
|
||||||
|
|
||||||
void (*is_running)(void *);
|
int (*is_running)(void *);
|
||||||
void (*force_timeout)(void *);
|
void (*force_timeout)(void *);
|
||||||
|
|
||||||
int (*has_error)(void *);
|
int (*has_error)(void *);
|
||||||
|
|||||||
Reference in New Issue
Block a user