aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_ussd.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 17:45:12 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 17:45:12 +0800
commit47765719898539bd9c1be02825283ae1fc1a6108 (patch)
tree80906b5be7c6f253c13a2f9d01ffca1528b3be57 /include/bsc_ussd.h
parent35948551fd07441af1fa3a9d4985b08fdbdc7a33 (diff)
bsc_ussd: Add a dummy USSD module...used for welcome SMS
Diffstat (limited to 'include/bsc_ussd.h')
-rw-r--r--include/bsc_ussd.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/bsc_ussd.h b/include/bsc_ussd.h
new file mode 100644
index 0000000..57eb4d4
--- /dev/null
+++ b/include/bsc_ussd.h
@@ -0,0 +1,25 @@
+/*
+ * (C) 2010 by Holger Hans Peter Freyther <zecke@selfish.org>
+ * (C) 2010 by On-Waves
+ * 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 as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+
+#ifndef bsc_ussd_h
+#define bsc_ussd_h
+
+#endif