summaryrefslogtreecommitdiff
path: root/error_utils.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-31 07:25:40 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-31 07:25:40 -0400
commit70369cf4cbce7759601f5ba9f9072215f9738f40 (patch)
tree7b7e0ed704403873f2a1e88e0f6b216c83388207 /error_utils.h
parentfa271a2dd53a45cc1ed431e16a1c94fac17fbb63 (diff)
misc warning fixes; use more g_str 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 33f2448..ac03fd9 100644
--- a/error_utils.h
+++ b/error_utils.h
@@ -10,5 +10,6 @@ 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);
+void queue_error_and_display_on_LCD(int error_num);
#endif