diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h index ea3306c1..e4907361 100644 --- a/src/conversation/gnunet-conversation-gtk.h +++ b/src/conversation/gnunet-conversation-gtk.h | |||
@@ -124,11 +124,11 @@ enum CallState | |||
124 | 124 | ||
125 | enum CallHistoryType | 125 | enum CallHistoryType |
126 | { | 126 | { |
127 | CH_ACCEPTED, | 127 | CH_ACCEPTED, |
128 | CH_REJECTED, | 128 | CH_REJECTED, |
129 | CH_OUTGOING, | 129 | CH_OUTGOING, |
130 | CH_HANGUP, | 130 | CH_HANGUP, |
131 | CH_MISSED | 131 | CH_MISSED |
132 | }; | 132 | }; |
133 | 133 | ||
134 | 134 | ||
@@ -197,6 +197,7 @@ static struct CallList *cl_tail; | |||
197 | * Desired phone line. | 197 | * Desired phone line. |
198 | */ | 198 | */ |
199 | static unsigned int line; | 199 | static unsigned int line; |
200 | |||
200 | //static unsigned int line1; | 201 | //static unsigned int line1; |
201 | 202 | ||
202 | /** | 203 | /** |
@@ -213,6 +214,7 @@ static struct GNUNET_MICROPHONE_Handle *mic; | |||
213 | * Our configurations. | 214 | * Our configurations. |
214 | */ | 215 | */ |
215 | static struct GNUNET_CONFIGURATION_Handle *cfg; | 216 | static struct GNUNET_CONFIGURATION_Handle *cfg; |
217 | |||
216 | //static struct GNUNET_CONFIGURATION_Handle *cfg1; | 218 | //static struct GNUNET_CONFIGURATION_Handle *cfg1; |
217 | //static struct GNUNET_CONFIGURATION_Handle *cfg2; | 219 | //static struct GNUNET_CONFIGURATION_Handle *cfg2; |
218 | 220 | ||