1N/A/*
1N/A * Copyright (c) 2006 Sendmail, Inc. and its suppliers.
1N/A * All rights reserved.
1N/A *
1N/A * By using this file, you agree to the terms and conditions set
1N/A * forth in the LICENSE file which can be found at the top level of
1N/A * the sendmail distribution.
1N/A *
1N/A * $Id: misc.h,v 1.1 2006/06/28 23:57:59 ca Exp $
1N/A */
1N/A
1N/A#pragma ident "%Z%%M% %I% %E% SMI"
1N/A
1N/A#ifndef SM_MISC_H
1N/A# define SM_MISC_H 1
1N/A
1N/Aint sm_memstat_open __P((void));
1N/Aint sm_memstat_close __P((void));
1N/Aint sm_memstat_get __P((char *, long *));
1N/A
1N/A#endif /* ! SM_MISC_H */
1N/A