#ifndef _USERNAME_H_4f812f01_ #define _USERNAME_H_4f812f01_ #include "config.h" #if defined(USERNAMES) && !defined(SYNC_USERNAMES) extern void fork_username_process(void); extern int username_fd; #endif #if defined(USERNAMES) && defined(SYNC_USERNAMES) extern const char *run_identd(const struct in_addr *, const struct in_addr *); #endif #endif