diff options
Diffstat (limited to 'plugins/chat.h')
-rw-r--r-- | plugins/chat.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/chat.h b/plugins/chat.h deleted file mode 100644 index a9c2902b..00000000 --- a/plugins/chat.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * - * oFono - Open Source Telephony - * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -#include <glib.h> -#include <gatchat.h> - -typedef void (*chat_callback_t)(GAtChat *chat, gpointer user_data); - -int chat_connect(const char *device, chat_callback_t callback, - gpointer user_data); -void chat_disconnect(GAtChat *chat); |