Module: sip-router Branch: pd/outbound Commit: a1501f0b44975057e752d0337fb074ed53fd6a54 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a1501f0b...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Wed Dec 26 14:15:18 2012 +0000
modules_k/outbound: Added some includes to api.h
---
modules_k/outbound/api.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules_k/outbound/api.h b/modules_k/outbound/api.h index 86f17b3..90e70ef 100644 --- a/modules_k/outbound/api.h +++ b/modules_k/outbound/api.h @@ -24,6 +24,9 @@ #ifndef OB_API_H #define OB_API_H
+#include "../../str.h" +#include "../../sr_module.h" + typedef int (*encode_flow_token_t)(str *, struct receive_info); typedef int (*decode_flow_token_t)(struct receive_info *, str); typedef int (*use_outbound_t)(struct sip_msg *);