8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / sendmail / include / sm / misc.h
bloba519f040eb16c9487d77594410463d402188a36d
1 /*
2 * Copyright (c) 2006 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
9 * $Id: misc.h,v 1.1 2006/06/28 23:57:59 ca Exp $
12 #pragma ident "%Z%%M% %I% %E% SMI"
14 #ifndef SM_MISC_H
15 # define SM_MISC_H 1
17 int sm_memstat_open __P((void));
18 int sm_memstat_close __P((void));
19 int sm_memstat_get __P((char *, long *));
21 #endif /* ! SM_MISC_H */