Fix the signature of a test function

This commit is contained in:
Petri Lehtinen 2013-04-15 09:08:32 +03:00
parent 867079c820
commit 42e307b3c5

View File

@ -9,7 +9,7 @@
#include <string.h> #include <string.h>
#include "util.h" #include "util.h"
static int encode_null_callback(void *ptr, size_t size, void *data) static int encode_null_callback(char *buffer, size_t size, void *data)
{ {
return 0; return 0;
} }