xref: /haiku/src/bin/addattr/addAttr.h (revision 2222d0559df303a9846a2fad53741f8b20b14d7c)
1 /*
2  * Copyright 2004-2006, 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 #endif	/* _ADD_ATTR_H */
18