blob: ac1e451e2b8bb4befaf231f22e7c4cb4bdb98b73 [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
Jeff Thompson76de4a02013-06-28 19:32:39 -07007#include "DynamicUCharArray.h"
8
9char *ndn_DynamicUCharArray_reallocArray(struct ndn_DynamicUCharArray *self, unsigned int length)
10{
Jeff Thompson2630dd02013-06-28 19:40:18 -070011 // TODO: implement.
Jeff Thompson76de4a02013-06-28 19:32:39 -070012 return "ndn_DynamicUCharArray_reallocArray: realloc function pointer not supplied";
13}