diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-08-24 14:34:05 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-08-24 14:34:05 +0200 |
commit | e800e8df9fbe633d09a534ae07eb361833572f1a (patch) | |
tree | 57a827276059da457c65c23c936843d42647664c /code/core/timer.h | |
parent | a3f0e09379759e4cfb79e1d5c7d7ac752728fe5f (diff) |
seq item implemented for sender
Diffstat (limited to 'code/core/timer.h')
-rw-r--r-- | code/core/timer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/code/core/timer.h b/code/core/timer.h index 0d43a99..ba25b6c 100644 --- a/code/core/timer.h +++ b/code/core/timer.h @@ -8,8 +8,6 @@ #include <pthread.h> #endif -struct ECPConnection; -struct ECPSocket; struct ECPTimerItem; typedef ssize_t ecp_timer_retry_t (struct ECPConnection *, struct ECPTimerItem *); |