1d0cef73dSGregory Neil Shapiro /* 25dd76dd0SGregory Neil Shapiro * Copyright (c) 2006 Proofpoint, Inc. and its suppliers. 3d0cef73dSGregory Neil Shapiro * All rights reserved. 4d0cef73dSGregory Neil Shapiro * 5d0cef73dSGregory Neil Shapiro * By using this file, you agree to the terms and conditions set 6d0cef73dSGregory Neil Shapiro * forth in the LICENSE file which can be found at the top level of 7d0cef73dSGregory Neil Shapiro * the sendmail distribution. 8d0cef73dSGregory Neil Shapiro * 9*4313cc83SGregory Neil Shapiro * $Id: misc.h,v 1.2 2013-11-22 20:51:31 ca Exp $ 10d0cef73dSGregory Neil Shapiro */ 11d0cef73dSGregory Neil Shapiro 12d0cef73dSGregory Neil Shapiro #ifndef SM_MISC_H 13d0cef73dSGregory Neil Shapiro # define SM_MISC_H 1 14d0cef73dSGregory Neil Shapiro 15d0cef73dSGregory Neil Shapiro int sm_memstat_open __P((void)); 16d0cef73dSGregory Neil Shapiro int sm_memstat_close __P((void)); 17d0cef73dSGregory Neil Shapiro int sm_memstat_get __P((char *, long *)); 18d0cef73dSGregory Neil Shapiro 19d0cef73dSGregory Neil Shapiro #endif /* ! SM_MISC_H */ 20