Example #1
0
endprotoent_r()
#endif
{
#ifdef PROTO_R_ENT_UNUSED
        PROTO_R_ENT_UNUSED;
#endif
	endprotoent();
	PROTO_R_END_RESULT(PROTO_R_OK);
}
Example #2
0
endprotoent_r()
#endif
{
	endprotoent();
	PROTO_R_END_RESULT(PROTO_R_OK);
}