diff options
author | Werner Koch <[email protected]> | 2010-02-26 18:44:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-02-26 18:44:36 +0000 |
commit | 2cf687cb3e2818ac3a6b51fea282a65f4395f580 (patch) | |
tree | 51376a0ff19c4aea990c42a895c3ef104881c240 /jnlib/mischelp.h | |
parent | Some minor changes and typo fixes. (diff) | |
download | gnupg-2cf687cb3e2818ac3a6b51fea282a65f4395f580.tar.gz gnupg-2cf687cb3e2818ac3a6b51fea282a65f4395f580.zip |
First batch of changes to support W32CE.
Note that jnlib/w32-reg.c is not yet ready.
Diffstat (limited to '')
-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); |