Jeff Thompson | 76de4a0 | 2013-06-28 19:32:39 -0700 | [diff] [blame^] | 1 | /* |
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 | |||||
10 | char *ndn_DynamicUCharArray_reallocArray(struct ndn_DynamicUCharArray *self, unsigned int length) | ||||
11 | { | ||||
12 | return "ndn_DynamicUCharArray_reallocArray: realloc function pointer not supplied"; | ||||
13 | } |