about summary refs log tree commit diff stats
path: root/src/chat_log.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-12-11 23:58:54 +0000
committerJames Booth <boothj5@gmail.com>2012-12-11 23:58:54 +0000
commit803eacc488560fcefa4654a179d03da641599f10 (patch)
tree8ee2ea4071f880f6b276fc62ab254893d69ea29b /src/chat_log.h
parent253eb453f25b46863c3c7072d8bc5dc1e2ce2be5 (diff)
downloadprofani-tty-803eacc488560fcefa4654a179d03da641599f10.tar.gz
Fixed name clashes with windows.h
Diffstat (limited to 'src/chat_log.h')
-rw-r--r--src/chat_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chat_log.h b/src/chat_log.h
index e0aac551..8ea7906d 100644
--- a/src/chat_log.h
+++ b/src/chat_log.h
@@ -26,8 +26,8 @@
 #include <glib.h>
 
 typedef enum {
-    IN,
-    OUT
+    PROF_IN_LOG,
+    PROF_OUT_LOG
 } chat_log_direction_t;
 
 void chat_log_init(void);