aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h
index ff3acde1..9230062d 100644
--- a/src/conversation/gnunet-conversation-gtk.h
+++ b/src/conversation/gnunet-conversation-gtk.h
@@ -65,6 +65,7 @@ enum {
65/** 65/**
66 * callerstate (state of incoming call) 66 * callerstate (state of incoming call)
67 */ 67 */
68
68enum { 69enum {
69 CT_active, 70 CT_active,
70 CT_suspended, 71 CT_suspended,
@@ -73,6 +74,7 @@ enum {
73 CT_hangup, 74 CT_hangup,
74 CT_rejected 75 CT_rejected
75}; 76};
77
76/** 78/**
77 * type of call 79 * type of call
78 */ 80 */