blob: 9cb53e7ef01aace1d405a3b327c29f45f2923d4e [file] [log] [blame]
Jeff Thompson76de4a02013-06-28 19:32:39 -07001/*
2 * Author: Jeff Thompson
3 *
4 * BSD license, See the LICENSE file for more information.
5 */
6
7#include "ndn_memory.h"
8#include "DynamicUCharArray.h"
9
10char *ndn_DynamicUCharArray_reallocArray(struct ndn_DynamicUCharArray *self, unsigned int length)
11{
12 return "ndn_DynamicUCharArray_reallocArray: realloc function pointer not supplied";
13}