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 #pragma ident "%Z%%M% %I% %E% SMI" 13*058561cbSjbeck 14*058561cbSjbeck #ifndef SM_MISC_H 15*058561cbSjbeck # define SM_MISC_H 1 16*058561cbSjbeck 17*058561cbSjbeck int sm_memstat_open __P((void)); 18*058561cbSjbeck int sm_memstat_close __P((void)); 19*058561cbSjbeck int sm_memstat_get __P((char *, long *)); 20*058561cbSjbeck 21*058561cbSjbeck #endif /* ! SM_MISC_H */ 22