summaryrefslogtreecommitdiff
path: root/source4/smbd/service_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd/service_stream.h')
-rw-r--r--source4/smbd/service_stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h
index b9d4d4cc77..3ae7107419 100644
--- a/source4/smbd/service_stream.h
+++ b/source4/smbd/service_stream.h
@@ -52,6 +52,6 @@ struct stream_server_ops {
/* the name of the server_service */
const char *name;
void (*accept_connection)(struct stream_connection *);
- void (*recv_handler)(struct stream_connection *, struct timeval, uint16_t);
- void (*send_handler)(struct stream_connection *, struct timeval, uint16_t);
+ void (*recv_handler)(struct stream_connection *, uint16_t);
+ void (*send_handler)(struct stream_connection *, uint16_t);
};