X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2FhtmlP.h;h=da292ab08af7a4dc21d394483eb0abb81c4036f7;hb=7496b3a78aafe5c66790f805ef2de1437340a73a;hp=1a29caeb8cf1da7d904c24a7b3409974a439957d;hpb=5f168bf8465ae50ba5c2c761b52f29a0500c0658;p=pspp-builds.git diff --git a/src/output/htmlP.h b/src/output/htmlP.h index 1a29caeb..da292ab0 100644 --- a/src/output/htmlP.h +++ b/src/output/htmlP.h @@ -33,6 +33,6 @@ extern struct outp_class html_class; struct outp_driver; void html_put_cell_contents (struct outp_driver *this, - unsigned int opts, struct fixed_string *text); + unsigned int opts, struct substring text); #endif /* !htmlP_h */