summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta_net/meta_net.h')
-rw-r--r--src/meta_net/meta_net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/meta_net/meta_net.h b/src/meta_net/meta_net.h
index 0673f74..6f51964 100644
--- a/src/meta_net/meta_net.h
+++ b/src/meta_net/meta_net.h
@@ -64,7 +64,6 @@ void JH_meta_net_handle_reply
int JH_meta_net_pre_select
(
struct JH_meta_net socket [const restrict static 1],
- const struct JH_parameters params [const restrict static 1],
fd_set in [const restrict static 1],
fd_set out [const restrict static 1],
int max_fd [const restrict static 1]
@@ -73,7 +72,6 @@ int JH_meta_net_pre_select
int JH_meta_net_post_select
(
struct JH_meta_net socket [const restrict static 1],
- const struct JH_parameters params [const restrict static 1],
fd_set in [const restrict static 1],
fd_set out [const restrict static 1]
);