diff --git a/src/dspif.c b/src/dspif.c index 1ef7772..24aa464 100644 --- a/src/dspif.c +++ b/src/dspif.c @@ -21,7 +21,8 @@ #include "dspifdefs.h" #include "xinitdefs.h" -DspInterfaceRec curdsp; +static DspInterfaceRec curdsp = {0}; +extern DspInterface currentdsp; DspInterface currentdsp = &curdsp; #ifdef XWINDOW