]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorBrian West <brian@freeswitch.org>
Tue, 20 Jan 2009 23:43:34 +0000 (23:43 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 20 Jan 2009 23:43:34 +0000 (23:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11325 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 450d6833af64425373fdd88f84fecd89a56112dc..c973940fcec2319b7e60b820ad8d5f5cf926ba68 100644 (file)
@@ -507,7 +507,7 @@ static void pres_event_handler(switch_event_t *event)
 }
 
 static switch_status_t chat_send(const char *proto, const char *from, const char *to, const char *subject,
-                                 const char *body, const char *type, const char *hint);
+                                 const char *body, const char *type, const char *hint)
 {
        char *user, *host, *f_user = NULL, *ffrom = NULL, *f_host = NULL, *f_resource = NULL;
        mdl_profile_t *profile = NULL;