aboutsummaryrefslogtreecommitdiffstats
path: root/test_pdu/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'test_pdu/core.h')
-rw-r--r--test_pdu/core.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/test_pdu/core.h b/test_pdu/core.h
new file mode 100644
index 0000000..1aac663
--- /dev/null
+++ b/test_pdu/core.h
@@ -0,0 +1,29 @@
+
+/*
+ * Copyright (C) 2006 Raul Tremsal
+ * File : core.h
+ * Author: Raul Tremsal <ultraismo@yahoo.com>
+ *
+ * This file is part of libsmpp34 (c-open-smpp3.4 library).
+ *
+ * The libsmpp34 library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This library 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 Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
+#ifndef _CORE_H_
+#define _CORE_H_
+
+int doTest( uint32_t id, void* dst, void* src );
+#endif /* _CORE_H_ */