1 /* 2 * Copyright 2004-2015, Axel Dörfler, axeld@pinc-software.de. 3 * Copyright 2002, Sebastian Nozzi. 4 * 5 * Distributed under the terms of the MIT license. 6 */ 7 #ifndef _ADD_ATTR_H 8 #define _ADD_ATTR_H 9 10 11 #include <SupportDefs.h> 12 13 14 status_t addAttr(const char* file, type_code attrType, const char* attrName, 15 const char* attrValue, size_t length, bool resolveLinks); 16 17 18 #endif /* _ADD_ATTR_H */ 19