... | ... |
@@ -25,6 +25,8 @@ |
25 | 25 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
26 | 26 |
*/ |
27 | 27 |
|
28 |
+#ifndef _SCRIPT_CB_H_ |
|
29 |
+#define _SCRIPT_CB_H_ |
|
28 | 30 |
|
29 | 31 |
#include "parser/msg_parser.h" |
30 | 32 |
|
... | ... |
@@ -48,4 +50,5 @@ int exec_pre_cb( struct sip_msg *msg); |
48 | 50 |
void exec_post_cb( struct sip_msg *msg); |
49 | 51 |
void destroy_script_cb(); |
50 | 52 |
|
53 |
+#endif |
|
51 | 54 |
|