fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / ident.h
1 #ifndef IDENT_H
2 #define IDENT_H
3
4 #include "defs.h"
5
6 idresult_e log_remote_user(const struct server *serp,unsigned timeout);
7 const char *idresult_explain(idresult_e result);
8
9 #endif
10