summaryrefslogtreecommitdiffstats
path: root/gatchat/gsmdial.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-24 17:39:09 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-09-24 17:39:09 -0700
commita37f0dbad62ff14aee308baa062a6c739e1e22da (patch)
treeae4b0fab22bc61e20153facfc6d9e25339cd6b95 /gatchat/gsmdial.c
parent353b7b057c09c6267be21b8f4028975464fc8894 (diff)
downloadofono-a37f0dbad62ff14aee308baa062a6c739e1e22da.tar.bz2
Add skeleton for gsmdial test application
Diffstat (limited to 'gatchat/gsmdial.c')
-rw-r--r--gatchat/gsmdial.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c
new file mode 100644
index 00000000..705472f7
--- /dev/null
+++ b/gatchat/gsmdial.c
@@ -0,0 +1,29 @@
+/*
+ *
+ * AT chat library with GLib integration
+ *
+ * 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
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+int main(int argc, char **argv)
+{
+ return 0;
+}