diff options
Diffstat (limited to 'jnlib/mischelp.h')
-rw-r--r-- | jnlib/mischelp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jnlib/mischelp.h b/jnlib/mischelp.h index e478354d1..52781e12f 100644 --- a/jnlib/mischelp.h +++ b/jnlib/mischelp.h @@ -22,6 +22,10 @@ #define LIBJNLIB_MISCHHELP_H +/* Because we can't use the internal jnlib_free macro in inline + functions we provide a wrapper fucntion as well. */ +void _jnlib_free (void *p); + /* Check whether the files NAME1 and NAME2 are identical. This is for example achieved by comparing the inode numbers of the files. */ int same_file_p (const char *name1, const char *name2); |