about summary refs log tree commit diff
path: root/src/engine/e_if_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_if_msg.h')
-rw-r--r--src/engine/e_if_msg.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/engine/e_if_msg.h b/src/engine/e_if_msg.h
index 11360b43..d03a64a6 100644
--- a/src/engine/e_if_msg.h
+++ b/src/engine/e_if_msg.h
@@ -133,4 +133,19 @@ const char *msg_unpack_string();
 */
 const unsigned char *msg_unpack_raw(int size);
 
+/*
+	Function: msg_unpack_error
+		TODO
+	
+	Arguments:
+		arg1 - desc
+	
+	Returns:
+
+	See Also:
+		<other_func>
+*/
+int msg_unpack_error();
+
+
 #endif