Whitespace changes only
[pspp] / src / ui / gui / page-intro.h
index d0de8bfad4c1c0f32167f6a9be7ff6a1c1679a06..87848abb4ca8934f8c7587e35da8a18da95e608a 100644 (file)
 
 struct intro_page;
 struct import_assistant;
+struct string;
 
 struct intro_page *intro_page_create (struct import_assistant *ia);
+void intro_append_syntax (const struct intro_page *p, struct string *s);
 
 
 #endif