diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-05-13 01:38:56 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-05-13 01:38:56 -0600 |
commit | aac7b10863bcfabe936feb5151e7e11123e13306 (patch) | |
tree | 8033a31daed6c94fcbdd41eef1682ba0539cfabd /pith/state.h | |
parent | 400647dcc1b040f82d22d539fc013f5e23132049 (diff) | |
download | alpine-aac7b10863bcfabe936feb5151e7e11123e13306.tar.xz |
* More changes to make Valgrind happy. Work in progress.
Diffstat (limited to 'pith/state.h')
-rw-r--r-- | pith/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/state.h b/pith/state.h index f09a5b24..d0f76cbc 100644 --- a/pith/state.h +++ b/pith/state.h @@ -394,6 +394,6 @@ void free_vars(struct pine *); void free_variable_values(struct variable *); PINERC_S *new_pinerc_s(char *); void free_pinerc_s(PINERC_S **); - +void free_pith_module_globals(void); #endif /* PITH_STATE_INCLUDED */ |