2 * This file is part of buxton.
4 * Copyright (C) 2013 Intel Corporation
6 * buxton is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU Lesser General Public License as
8 * published by the Free Software Foundation; either version 2.1
9 * of the License, or (at your option) any later version.
19 * Stores a string entity in Buxton
21 typedef struct BuxtonString {
22 char *value; /**<The content of the string */
23 uint32_t length; /**<The length of the string */
27 * Editor modelines - http://www.wireshark.org/tools/modelines.html
35 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
36 * :indentSize=8:tabSize=8:noTabs=false: