X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-window.h;h=a578501fc2518a52f9b9d9bbf3c3a425173ac91a;hb=refs%2Fbuilds%2F20140208030509%2Fpspp;hp=a0e80fc0aba55903af81e3fb029c8fff01e069b1;hpb=f23643cfa3b4c6b9a5fe0cd890a8d1b7240a8552;p=pspp diff --git a/src/ui/gui/psppire-data-window.h b/src/ui/gui/psppire-data-window.h index a0e80fc0ab..a578501fc2 100644 --- a/src/ui/gui/psppire-data-window.h +++ b/src/ui/gui/psppire-data-window.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008, 2010, 2011, 2012, 2013 Free Software Foundation + Copyright (C) 2008, 2010, 2011, 2012, 2013, 2014 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -101,7 +101,8 @@ PsppireDataWindow *psppire_data_window_for_data_store (PsppireDataStore *); bool psppire_data_window_is_empty (PsppireDataWindow *); void create_data_window (void); -void open_data_window (PsppireWindow *victim, const char *file_name, gpointer hint); +void open_data_window (PsppireWindow *victim, const char *file_name, + const char *encoding, gpointer hint); G_END_DECLS