From 9aeed6dbcc17566feb1822109cb3aec05f9647f5 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 17 Feb 2010 15:10:33 -0600 Subject: Add stubs files for Sim Toolkit Utilities --- src/stkutil.c | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/stkutil.c (limited to 'src/stkutil.c') diff --git a/src/stkutil.c b/src/stkutil.c new file mode 100644 index 00000000..497ad5b4 --- /dev/null +++ b/src/stkutil.c @@ -0,0 +1,32 @@ +/* + * + * oFono - Open Source Telephony + * + * Copyright (C) 2008-2010 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 +#endif + +#include +#include + +#include + +#include +#include "stkutil.h" -- cgit v1.2.3