summaryrefslogtreecommitdiff
path: root/error_utils.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-28 13:25:28 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-28 13:25:28 -0400
commit20cda0b9312dd5b8eec72373e17ff47fff7987b3 (patch)
tree6c81fb0d403fa17fe6af2a47957b4a348e9a93c6 /error_utils.h
parent519fd530238c4a71cdd32c07a5a4d1835bedda0b (diff)
added monitor functions
Diffstat (limited to 'error_utils.h')
-rw-r--r--error_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/error_utils.h b/error_utils.h
index 3153c0a..33f2448 100644
--- a/error_utils.h
+++ b/error_utils.h
@@ -9,5 +9,6 @@ void queue_error_from_parser(gchar** response, int error_num);
void queue_error_and_get_text(gchar** response, int error_num);
void Error_Remove_From_Queue(void);
int Error_check(ChannelStruct ChannelStateToTest[max_channels]);
+void queue_and_broadcast_sensor_alarm(int error_num);
#endif