tests: Split images -> tests/data + tests/guests
[libguestfs.git] / fish / prep.c
index 9a6b64e..9863bc9 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <config.h>
@@ -169,8 +169,9 @@ prep_error (prep_data *data, const char *filename, const char *fs, ...)
 }
 
 void
-free_prep_data (prep_data *data)
+free_prep_data (void *vp)
 {
+  prep_data *data = vp;
   size_t i;
 
   for (i = 0; i < data->prep->nr_params; ++i)