From 50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Wed, 21 Apr 1999 12:56:28 +0000 Subject: A first attempt at setting up the documentation system. svn path=/trunk/; revision=862 --- camel/camel-service.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'camel/camel-service.c') diff --git a/camel/camel-service.c b/camel/camel-service.c index 4bcbe7088b..dd909cbb1f 100644 --- a/camel/camel-service.c +++ b/camel/camel-service.c @@ -28,7 +28,6 @@ static GtkObjectClass *camel_service_parent_class=NULL; /* Returns the class for a CamelService */ #define CSERV_CLASS(so) CAMEL_SERVICE_CLASS (GTK_OBJECT(so)->klass) -static void camel_service_connect(CamelService *service); static void camel_service_connect_to_with_login_passwd(CamelService *service, GString *host, GString *login, GString *passwd); static void camel_service_connect_to_with_login_passwd_port(CamelService *service, GString *host, GString *login, GString *passwd, guint port); static gboolean camel_service_is_connected(CamelService *service); @@ -102,7 +101,7 @@ camel_service_connect(CamelService *service) /** - * camel_service_connect_to:login:password : connect to the specified address + * camel_service_connect_to: connect to the specified address * * Connect to the service, but do not use the session * default parameters to retrieve server's address -- cgit v1.2.3