1 /* 2 * Copyright (c) 2006 Proofpoint, Inc. and its suppliers. 3 * All rights reserved. 4 * 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. 8 * 9 * $Id: misc.h,v 1.2 2013/11/22 20:51:31 ca Exp $ 10 */ 11 12 #ifndef SM_MISC_H 13 # define SM_MISC_H 1 14 15 int sm_memstat_open __P((void)); 16 int sm_memstat_close __P((void)); 17 int sm_memstat_get __P((char *, long *)); 18 19 #endif /* ! SM_MISC_H */ 20