From 4e359621b1279dabd4aa573b61653109dda3fd83 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 30 Jun 2000 08:28:44 +0000 Subject: Fix stupid typos and add a missing prototype. svn path=/trunk/; revision=3823 --- shell/evolution-shell-client.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'shell/evolution-shell-client.h') diff --git a/shell/evolution-shell-client.h b/shell/evolution-shell-client.h index c1b693fd45..4b5d3dd151 100644 --- a/shell/evolution-shell-client.h +++ b/shell/evolution-shell-client.h @@ -59,10 +59,16 @@ struct _EvolutionShellClientClass { }; -GtkType evolution_shell_client_get_type (void); -void evolution_shell_client_construct (EvolutionShellClient *shell_client, - Evolution_Shell corba_shell); -EvolutionShellClient *evolution_shell_client_new (Evolution_Shell shell); +GtkType evolution_shell_client_get_type (void); +void evolution_shell_client_construct (EvolutionShellClient *shell_client, + Evolution_Shell corba_shell); +EvolutionShellClient *evolution_shell_client_new (Evolution_Shell shell); + +void evolution_shell_client_user_select_folder (EvolutionShellClient *shell_client, + const char *title, + const char *default_folder, + char **uri_return, + char **physical_uri_return); #ifdef __cplusplus } -- cgit