diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/stream_manage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/stream_manage.h b/include/private/stream_manage.h index d6bcb95..87d4f21 100644 --- a/include/private/stream_manage.h +++ b/include/private/stream_manage.h @@ -152,7 +152,7 @@ struct streaminfo *findstream(struct streaminfo *ptmp); void streamleavlist(struct streamindex *pindex,struct stream_list *plist);
void streamaddlist(struct streamindex *pindex,struct stream_list *plist);
struct streamindex *findstreamindex(struct streamindex *pindex, const raw_pkt_t *raw_pkt);
-int lrustream(struct streamindex *pindex);
+void lrustream(struct streamindex *pindex);
void hash_add_stream(struct streamindex *pindex);
void hash_del_stream(struct streamindex *pindex);
|
