aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/file.h')
-rwxr-xr-xinclude/asterisk/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/file.h b/include/asterisk/file.h
index da3723dac..f7808e435 100755
--- a/include/asterisk/file.h
+++ b/include/asterisk/file.h
@@ -27,6 +27,8 @@ extern "C" {
//! Convenient for waiting
#define AST_DIGIT_ANY "0123456789#*"
+#define SEEK_FORCECUR 10
+
/* Defined by individual formats. First item MUST be a
pointer for use by the stream manager */
struct ast_filestream;