summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvchat-client.c2
-rwxr-xr-xvchat-commands.c2
-rwxr-xr-xvchat-protocol.c2
-rwxr-xr-xvchat-ssl.c2
-rwxr-xr-xvchat-ui.c2
-rwxr-xr-xvchat-user.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/vchat-client.c b/vchat-client.c
index 1efcd7d..a2e298c 100755
--- a/vchat-client.c
+++ b/vchat-client.c
@@ -32,7 +32,7 @@
32#include "vchat-user.h" 32#include "vchat-user.h"
33 33
34/* version of this module */ 34/* version of this module */
35const char *vchat_cl_version = "$Id$"; 35const char *vchat_cl_version = "vchat-client.c $Id$";
36 36
37/* externally used variables */ 37/* externally used variables */
38/* we're logged in */ 38/* we're logged in */
diff --git a/vchat-commands.c b/vchat-commands.c
index 5ade188..06c9010 100755
--- a/vchat-commands.c
+++ b/vchat-commands.c
@@ -29,7 +29,7 @@
29#include "vchat-user.h" 29#include "vchat-user.h"
30 30
31/* version of this module */ 31/* version of this module */
32const char *vchat_cm_version = "$Id$"; 32const char *vchat_cm_version = "vchat-commands.c $Id$";
33 33
34/* from vchat-client.c */ 34/* from vchat-client.c */
35extern int ownquit; 35extern int ownquit;
diff --git a/vchat-protocol.c b/vchat-protocol.c
index 6cf9724..b077411 100755
--- a/vchat-protocol.c
+++ b/vchat-protocol.c
@@ -35,7 +35,7 @@
35#include "vchat-ssl.h" 35#include "vchat-ssl.h"
36 36
37/* version of this module */ 37/* version of this module */
38const char *vchat_io_version = "$Id$"; 38const char *vchat_io_version = "vchat-protocol.c $Id$";
39 39
40/* externally used variables */ 40/* externally used variables */
41int serverfd = -1; 41int serverfd = -1;
diff --git a/vchat-ssl.c b/vchat-ssl.c
index 999d6b8..68e3699 100755
--- a/vchat-ssl.c
+++ b/vchat-ssl.c
@@ -32,7 +32,7 @@
32#include "vchat.h" 32#include "vchat.h"
33#include "vchat-ssl.h" 33#include "vchat-ssl.h"
34 34
35const char *vchat_ssl_version = "$Id$"; 35const char *vchat_ssl_version = "vchat-ssl.c $Id$";
36 36
37#define VC_CTX_ERR_EXIT(se, cx) do { \ 37#define VC_CTX_ERR_EXIT(se, cx) do { \
38 snprintf(tmpstr, TMPSTRSIZE, "CREATE CTX: %s", \ 38 snprintf(tmpstr, TMPSTRSIZE, "CREATE CTX: %s", \
diff --git a/vchat-ui.c b/vchat-ui.c
index d4ea668..ba162a5 100755
--- a/vchat-ui.c
+++ b/vchat-ui.c
@@ -36,7 +36,7 @@
36#include "vchat-user.h" 36#include "vchat-user.h"
37 37
38/* version of this module */ 38/* version of this module */
39const char *vchat_ui_version = "$Id$"; 39const char *vchat_ui_version = "vchat-ui.c $Id$";
40 40
41/* externally used variables */ 41/* externally used variables */
42/* current string in topic window */ 42/* current string in topic window */
diff --git a/vchat-user.c b/vchat-user.c
index d7261d6..7280672 100755
--- a/vchat-user.c
+++ b/vchat-user.c
@@ -15,7 +15,7 @@
15#include "vchat-user.h" 15#include "vchat-user.h"
16 16
17/* version of this module */ 17/* version of this module */
18char *vchat_us_version = "$Id$"; 18char *vchat_us_version = "vchat-user.c $Id$";
19 19
20typedef struct 20typedef struct
21{ 21{