docs/ikteam: Delete most files.
[haiku.git] / src / bin / addattr / addAttr.h
blobd086261f5e664b8bf6b5407f4dd97e2391592e8d
1 /*
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.
6 */
7 #ifndef _ADD_ATTR_H
8 #define _ADD_ATTR_H
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 */