muimaster.library: support Listview_List in List
[AROS.git] / compiler / posixc / endpwent.c
blob924099d4d6c63d38b8f52ad01fb9d6ae10129d87
1 /*
2 Copyright © 2004-2013, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 /*****************************************************************************
10 NAME */
11 #include <pwd.h>
13 void endpwent(
15 /* SYNOPSIS */
16 void)
18 /* FUNCTION
20 INPUTS
22 RESULT
24 NOTES
25 Not implemented.
27 EXAMPLE
29 BUGS
31 SEE ALSO
33 INTERNALS
35 ******************************************************************************/
37 /* TODO: Implement endpwent() */
38 AROS_FUNCTION_NOT_IMPLEMENTED("posixc");
40 return;