aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-19 02:44:38 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-19 02:44:38 +1000
commitbab168f1d1c0db1b1a9aba208a87380616ac0850 (patch)
tree29d7ae23e5460ccc470c6baf099dab152908da73 /env_universal_common.h
parent2ab04f40437537a96bb11fcbe7ffd0ed3ee8e8d7 (diff)
Fix yet another universal variable issue with initialization of the read buffer. This may fix fishd bugs reported by Philip Ganchev and Martin Bähr
darcs-hash:20061018164438-ac50b-c586b1ad36249853d613d0137b505377fe890d37.gz
Diffstat (limited to 'env_universal_common.h')
-rw-r--r--env_universal_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/env_universal_common.h b/env_universal_common.h
index 43ed5d48..21550a0f 100644
--- a/env_universal_common.h
+++ b/env_universal_common.h
@@ -164,5 +164,8 @@ int env_universal_common_get_export( const wchar_t *name );
*/
void enqueue_all( connection_t *c );
+void connection_init( connection_t *c, int fd );
+void connection_destroy( connection_t *c);
+
#endif