diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-09-26 17:54:50 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-26 17:54:50 +0900 |
commit | cf7f4e347e2f964a772eae9743a14d34830c5b93 (patch) | |
tree | e8e3b104ce83a848b3b2da4a20586bd4c971c017 /tools | |
parent | eeeeb11cba410f0341b3c6d8f79edcb1a772f5cf (diff) |
tools: Add skeleton for Huawei audio utility
Diffstat (limited to 'tools')
-rw-r--r-- | tools/huawei-audio.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/huawei-audio.c b/tools/huawei-audio.c new file mode 100644 index 00000000..ca304bcf --- /dev/null +++ b/tools/huawei-audio.c @@ -0,0 +1,29 @@ +/* + * + * 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 <config.h> +#endif + +int main(int argc, char **argv) +{ + return 0; +} |