Implemented MUIM_Family_GetChild in the Group class (i.e. redirect to Family
[AROS.git] / compiler / posixc / __usergrp.h
blob0454f65585d433d0b0866e27934b06520562d1ce
1 #ifndef ___USERGRP_H
2 #define ___USERGRP_H
4 /*
5 Copyright © 2016-2017, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <pwd.h>
11 void __fill_passwd(struct passwd *, uid_t);
13 #endif /* ___USERGRP_H */