X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsyntax-editor-source.h;h=f8d08eaaadbcde3a28f6ff61cfae0e9f051abf2c;hb=b5c82cc9aabe7e641011130240ae1b2e84348e23;hp=f66c46f9b68f71215aa0b725ce823dc4afbc9872;hpb=d43a876351d94acce0e8d565ad2cb4d690727fe9;p=pspp-builds.git diff --git a/src/ui/gui/syntax-editor-source.h b/src/ui/gui/syntax-editor-source.h index f66c46f9..f8d08eaa 100644 --- a/src/ui/gui/syntax-editor-source.h +++ b/src/ui/gui/syntax-editor-source.h @@ -25,7 +25,8 @@ struct syntax_editor; struct getl_interface * create_syntax_editor_source (GtkTextBuffer *buffer, GtkTextIter start, - GtkTextIter stop + GtkTextIter stop, + const gchar *name );