xref: /haiku/src/bin/addattr/addAttr.h (revision 24159a0c7d6d6dcba9f2a0c1a7c08d2c8167f21b)
1 /*
2  * Copyright 2004, 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, const char *attrValue);
15 
16 #endif	/* _ADD_ATTR_H */
17