mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
Merge branch '2.4'
This commit is contained in:
commit
70232676f7
1 changed files with 4 additions and 1 deletions
|
@ -9,8 +9,11 @@
|
|||
#include <string.h>
|
||||
#include "util.h"
|
||||
|
||||
static int encode_null_callback(char *buffer, size_t size, void *data)
|
||||
static int encode_null_callback(const char *buffer, size_t size, void *data)
|
||||
{
|
||||
(void)buffer;
|
||||
(void)size;
|
||||
(void)data;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue