aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/astosp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/astosp.h b/include/asterisk/astosp.h
index 92eeab82f..4a5b59c2e 100755
--- a/include/asterisk/astosp.h
+++ b/include/asterisk/astosp.h
@@ -14,6 +14,7 @@
#ifndef _ASTERISK_OSP_H
#define _ASTERISK_OSP_H
#include <asterisk/channel.h>
+#include <netinet/in.h>
#include <time.h>
struct ast_osp_result {
@@ -32,4 +33,6 @@ int ast_osp_next(struct ast_osp_result *result, int cause);
int ast_osp_terminate(int handle, int cause, time_t start, time_t duration);
+int ast_osp_validate(char *provider, char *token, int *handle, unsigned int *timeout, char *callerid, struct in_addr addr, char *extension);
+
#endif