X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.h;h=d7f36197164a03cf15385b3ddad95d3a1256a411;hb=086c00aa4c7e11ef10cdb20a3afc2ba9caa464ec;hp=5075fa9e40fc85b122e75da580944d69ac858767;hpb=464a7a97da808da1d8a608e9254dfaad30c9de72;p=pspp diff --git a/src/output/table.h b/src/output/table.h index 5075fa9e40..d7f3619716 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -143,7 +143,8 @@ struct font_style .fg = { [0] = CELL_COLOR_BLACK, [1] = CELL_COLOR_BLACK}, \ .bg = { [0] = CELL_COLOR_WHITE, [1] = CELL_COLOR_WHITE}, -void font_style_copy (struct font_style *, const struct font_style *); +void font_style_copy (struct pool *, + struct font_style *, const struct font_style *); void font_style_uninit (struct font_style *); void font_style_dump (const struct font_style *); @@ -159,7 +160,8 @@ struct area_style .font_style = FONT_STYLE_INITIALIZER struct area_style *area_style_clone (struct pool *, const struct area_style *); -void area_style_copy (struct area_style *, const struct area_style *); +void area_style_copy (struct pool *, + struct area_style *, const struct area_style *); void area_style_uninit (struct area_style *); void area_style_free (struct area_style *);