aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scd/ChangeLog4
-rw-r--r--scd/scdaemon.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog
index 0f2b59696..3db91a0f7 100644
--- a/scd/ChangeLog
+++ b/scd/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-21 Werner Koch <[email protected]>
+
+ * scdaemon.h (ctrl_t): Remove. It is now declared in ../common/util.h.
+
2007-06-18 Marcus Brinkmann <[email protected]>
* scdaemon.c (main): Percent escape output of --gpgconf-list.
diff --git a/scd/scdaemon.h b/scd/scdaemon.h
index e1c5109d5..4086b854c 100644
--- a/scd/scdaemon.h
+++ b/scd/scdaemon.h
@@ -116,7 +116,6 @@ struct server_control_s
} in_data;
};
-typedef struct server_control_s *ctrl_t;
typedef struct app_ctx_s *app_t;
/*-- scdaemon.c --*/