#include "mex.h"
#include "paMat.h"
#include "matrix.h"
#include "portaudio.h"

void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
{
  if(matStream == NULL)
    mexWarnMsgTxt("Can't find an open stream to close...");
  else
    paMatClose();
}
