aboutsummaryrefslogtreecommitdiff
path: root/gacopyz/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'gacopyz/server.c')
-rw-r--r--gacopyz/server.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gacopyz/server.c b/gacopyz/server.c
index a4a05e49..1c1f1085 100644
--- a/gacopyz/server.c
+++ b/gacopyz/server.c
@@ -1,3 +1,3 @@
/* This file is part of gacopyz.
- Copyright (C) 2007 Sergey Poznyakoff
+ Copyright (C) 2007, 2008 Sergey Poznyakoff
@@ -121,3 +121,2 @@ del_def(gacopyz_srv_t srv, const char *name, size_t len)
struct gacopyz_macro_def *def = find_def(srv, name, len);
- size_t n;
@@ -300,3 +299,2 @@ gacopyz_srv_create(gacopyz_srv_t *p, const char *name,
{
- int i;
gacopyz_srv_t srv = calloc(1, sizeof(*srv));
@@ -806,3 +804,2 @@ gacopyz_srv_connect(gacopyz_srv_t srv)
char *path;
- int rc;

Return to:

Send suggestions and report system problems to the System administrator.