X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/bsd/dev/random/YarrowCoreLib/src/smf.h diff --git a/bsd/dev/random/YarrowCoreLib/src/smf.h b/bsd/dev/random/YarrowCoreLib/src/smf.h index 538b815f4..ad4fcf321 100644 --- a/bsd/dev/random/YarrowCoreLib/src/smf.h +++ b/bsd/dev/random/YarrowCoreLib/src/smf.h @@ -79,7 +79,7 @@ extern "C" { #define MM_NULL 0 /* Function forward declarations */ -SMFAPI void mmInit(); +SMFAPI void mmInit( void ); SMFAPI MMPTR mmMalloc(DWORD request); SMFAPI void mmFree(MMPTR ptrnum); SMFAPI LPVOID mmGetPtr(MMPTR ptrnum);