xref: /illumos-gate/usr/src/cmd/sendmail/include/sm/misc.h (revision 2a8bcb4e)
1*058561cbSjbeck /*
2*058561cbSjbeck  * Copyright (c) 2006 Sendmail, Inc. and its suppliers.
3*058561cbSjbeck  *      All rights reserved.
4*058561cbSjbeck  *
5*058561cbSjbeck  * By using this file, you agree to the terms and conditions set
6*058561cbSjbeck  * forth in the LICENSE file which can be found at the top level of
7*058561cbSjbeck  * the sendmail distribution.
8*058561cbSjbeck  *
9*058561cbSjbeck  *	$Id: misc.h,v 1.1 2006/06/28 23:57:59 ca Exp $
10*058561cbSjbeck  */
11*058561cbSjbeck 
12*058561cbSjbeck #ifndef SM_MISC_H
13*058561cbSjbeck # define SM_MISC_H 1
14*058561cbSjbeck 
15*058561cbSjbeck int sm_memstat_open __P((void));
16*058561cbSjbeck int sm_memstat_close __P((void));
17*058561cbSjbeck int sm_memstat_get __P((char *, long *));
18*058561cbSjbeck 
19*058561cbSjbeck #endif /* ! SM_MISC_H */
20