X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpage-formats.h;h=750b6cbc52399b311af96b4a532ebfbf97ef4a2d;hb=03a7b96a587a58bda342b4eb5ce5f935880ba2b7;hp=2e532068bf99bf87194e1b65537eefc56e11a32f;hpb=ddf35b11f8525281dd9e524a5d322a80bf56a24f;p=pspp diff --git a/src/ui/gui/page-formats.h b/src/ui/gui/page-formats.h index 2e532068bf..750b6cbc52 100644 --- a/src/ui/gui/page-formats.h +++ b/src/ui/gui/page-formats.h @@ -19,8 +19,10 @@ struct formats_page; struct import_assistant; +struct string; struct formats_page *formats_page_create (struct import_assistant *ia); +void formats_append_syntax (const struct import_assistant *ia, struct string *s); #endif