- GH #2996
... | ... |
@@ -16,13 +16,10 @@ |
16 | 16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
17 | 17 |
* GNU General Public License for more details. |
18 | 18 |
* |
19 |
- * You should have received a copy of the GNU General Public License |
|
20 |
- * along with this program; if not, write to the Free Software |
|
19 |
+ * You should have received a copy of the GNU General Public License |
|
20 |
+ * along with this program; if not, write to the Free Software |
|
21 | 21 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
22 | 22 |
* |
23 |
- * History: |
|
24 |
- * -------- |
|
25 |
- * 2008-08-25 initial version (kd) |
|
26 | 23 |
*/ |
27 | 24 |
|
28 | 25 |
#ifndef _PRES_DLGINFO_H_ |
- new folder src/ to hold the source code for main project applications
- main.c is in src/
- all core files are subfolder are in src/core/
- modules are in src/modules/
- libs are in src/lib/
- application Makefiles are in src/
- application binary is built in src/ (src/kamailio)
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,33 @@ |
1 |
+/* |
|
2 |
+ * presence_dialoginfo module - presence_dialoginfo header file |
|
3 |
+ * |
|
4 |
+ * Copyright (C) 2007 Juha Heinanen |
|
5 |
+ * Copyright (C) 2008 Klaus Darilion IPCom |
|
6 |
+ * |
|
7 |
+ * This file is part of Kamailio, a free SIP server. |
|
8 |
+ * |
|
9 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
10 |
+ * it under the terms of the GNU General Public License as published by |
|
11 |
+ * the Free Software Foundation; either version 2 of the License, or |
|
12 |
+ * (at your option) any later version |
|
13 |
+ * |
|
14 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
15 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 |
+ * GNU General Public License for more details. |
|
18 |
+ * |
|
19 |
+ * You should have received a copy of the GNU General Public License |
|
20 |
+ * along with this program; if not, write to the Free Software |
|
21 |
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
22 |
+ * |
|
23 |
+ * History: |
|
24 |
+ * -------- |
|
25 |
+ * 2008-08-25 initial version (kd) |
|
26 |
+ */ |
|
27 |
+ |
|
28 |
+#ifndef _PRES_DLGINFO_H_ |
|
29 |
+#define _PRES_DLGINFO_H_ |
|
30 |
+ |
|
31 |
+extern add_event_t pres_add_event; |
|
32 |
+ |
|
33 |
+#endif |