/* * DFSG-compliant dummy replacement for the non-free Powerpacker decruncher * * $Id: depack.c-dfsg,v 1.4 2001/01/20 01:33:19 claudio Exp $ */ #include int xmpi_decrunch_pp (FILE *f, FILE *fo) { report ("Powerpacker decruncher missing. This file can't be decrunched\n"); return -1; }