]> git.pld-linux.org Git - packages/gdm2.20.git/blob - missing-prototypes.patch
- support _libexecdir; release 12
[packages/gdm2.20.git] / missing-prototypes.patch
1 --- gdm-2.20.11/daemon/gdm-daemon-config.h~     2010-06-03 03:06:25.000000000 +0200
2 +++ gdm-2.20.11/daemon/gdm-daemon-config.h      2013-12-07 15:23:30.982654875 +0100
3 @@ -78,6 +78,7 @@
4  gboolean       gdm_daemon_config_to_string            (const char *key,
5                                                         const char *display,
6                                                         char **retval);
7 +void           gdm_daemon_load_config_file            (GdmConfig **load_config);
8  gboolean       gdm_daemon_config_update_key           (const char *key);
9  
10  
11 --- gdm-2.20.11/gui/gdmlanguages.h~     2010-06-03 03:06:25.000000000 +0200
12 +++ gdm-2.20.11/gui/gdmlanguages.h      2013-12-07 15:25:16.432654112 +0100
13 @@ -67,4 +67,6 @@
14  void           gdm_lang_op_always_restart      (const gchar *args);
15  gint            gdm_lang_ask_restart            (gchar *language);
16  
17 +void           lang_set_custom_callback        (gchar *language);
18 +
19  #endif /* GDM_LANGUAGES_H */
This page took 0.025864 seconds and 3 git commands to generate.