diff options
Diffstat (limited to 'common/membuf.h')
-rw-r--r-- | common/membuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/membuf.h b/common/membuf.h index dfa236d82..32d4f90a2 100644 --- a/common/membuf.h +++ b/common/membuf.h @@ -55,7 +55,7 @@ void clear_membuf (membuf_t *mb, size_t amount); void put_membuf (membuf_t *mb, const void *buf, size_t len); void put_membuf_str (membuf_t *mb, const char *string); void put_membuf_printf (membuf_t *mb, const char *format, - ...) JNLIB_GCC_A_PRINTF(2,3); + ...) GPGRT_GCC_A_PRINTF(2,3); void *get_membuf (membuf_t *mb, size_t *len); void *get_membuf_shrink (membuf_t *mb, size_t *len); const void *peek_membuf (membuf_t *mb, size_t *len); |