diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-09 12:48:00 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-09 12:48:00 +0100 |
commit | 7bd18eed0316ca7cae8c416b1853842c7c375355 (patch) | |
tree | 514334d70172020b30c425f15abb011e5484a552 /lib/conn.h | |
parent | 8967b5275fa61ddba7031b5b82750031e4f8bb4b (diff) |
Add missing header files.
Diffstat (limited to 'lib/conn.h')
-rw-r--r-- | lib/conn.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/conn.h b/lib/conn.h new file mode 100644 index 0000000..18d2da3 --- /dev/null +++ b/lib/conn.h @@ -0,0 +1,6 @@ +/* Copyright 2011 NORDUnet A/S. All rights reserved. + See the file COPYING for licensing information. */ + +int conn_user_dispatch_p (const struct rs_connection *conn); +int conn_close (struct rs_connection **connp); +int conn_activate_timeout (struct rs_connection *conn); |