aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-26 19:48:17 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-26 19:48:17 +0000
commit25f8c236a419b3afed194e4f2067cba96ffdc3a3 (patch)
tree3acc5d1eb4bfcc4c9e20f880d286e146afe1551c /include
parent9e3edfdd277b77aeddd0987940e7a6e1f3c211bc (diff)
Add ability to disable log / verbose output to remote consoles (issue #6524 reported by mavetju)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30603 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/logger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h
index 2543e7949..9d00fba30 100644
--- a/include/asterisk/logger.h
+++ b/include/asterisk/logger.h
@@ -82,6 +82,9 @@ int ast_unregister_verbose(void (*verboser)(const char *string, int opos, int re
int ast_verbose_dmesg(void (*verboser)(const char *string, int opos, int replacelast, int complete));
void ast_console_puts(const char *string);
+extern void ast_console_puts_mutable(const char *string);
+extern void ast_console_mute(int fd);
+
#define _A_ __FILE__, __LINE__, __PRETTY_FUNCTION__
#ifdef LOG_DEBUG