WorkStruct: make allyesconfig
[deliverable/linux.git] / include / net / sctp / structs.h
index c6d93bb0dcd2a7654785756bcd9ebecca2eb9b07..60b684470db8b33819daba6f028648e866edcf95 100644 (file)
@@ -1030,7 +1030,7 @@ void sctp_inq_init(struct sctp_inq *);
 void sctp_inq_free(struct sctp_inq *);
 void sctp_inq_push(struct sctp_inq *, struct sctp_chunk *packet);
 struct sctp_chunk *sctp_inq_pop(struct sctp_inq *);
-void sctp_inq_set_th_handler(struct sctp_inq *, void (*)(void *), void *);
+void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
 
 /* This is the structure we use to hold outbound chunks.  You push
  * chunks in and they automatically pop out the other end as bundled
This page took 0.02406 seconds and 5 git commands to generate.