/* * Copyright (c) 2003 Sendmail, Inc. and its suppliers. * All rights reserved. * * By using this file, you agree to the terms and conditions set * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * * $Id: hostname.h,v 1.3 2005/06/16 00:09:34 ca Exp $ */ #ifndef SM_HOSTNAME_H #define SM_HOSTNAME_H 1 #include "sm/generic.h" sm_ret_T sm_myhostname(sm_str_P *_pmhn); #endif /* SM_HOSTNAME_H */