// snd.h

extern "C"
{
  BOOL WINAPI SndEntryPoint(HINSTANCE dllHandle,
  DWORD reason, LPVOID situation);
  void MultiHonk(DWORD iterations);
}
