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