X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fpage.c;h=3fbfdb61cb754c9371a65d4f6639e9ce741b3992;hb=015a189138f13c3a2729f447153f204e4db05de3;hp=fc81a407ff2a3ff63d8d24d9ed54c3b473ba3b99;hpb=4c1dc967fd477540e82566fff8d60e1c67ff3ca1;p=rugen diff --git a/src/page.c b/src/page.c index fc81a40..3fbfdb6 100644 --- a/src/page.c +++ b/src/page.c @@ -1,6 +1,7 @@ /* * page.c -- Page handling * Copyright (C) 2002-2003 Charles Yates + * Copyright (C) 2010 Dan Dennedy * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -68,7 +69,7 @@ void page_on_unit_change( page this, int unit ) /** Called to propogate status information to any page that's interested. */ -void page_show_status( page this, valerie_status status ) +void page_show_status( page this, mvcp_status status ) { if ( this->show_status ) this->show_status( this, status );