--- ../../asterisk/include/asterisk/monitor.h 2004-02-03 09:57:00.000000000 -0700 +++ include/asterisk/monitor.h 2004-04-07 00:37:19.721555763 -0600 @@ -18,6 +18,7 @@ int filename_changed; char *format; int joinfiles; + int customjoin; int (*stop)( struct ast_channel *chan, int need_lock); }; @@ -33,5 +34,6 @@ const char *fname_base, int need_lock ); void ast_monitor_setjoinfiles(struct ast_channel *chan, int turnon); +void ast_monitor_setcustomjoin(struct ast_channel *chan, int turnon); #endif /* _MONITOR_H */