diff options
Diffstat (limited to 'sys/net/art.h')
-rw-r--r-- | sys/net/art.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/art.h b/sys/net/art.h index 473de44cea7..0c97e96ef84 100644 --- a/sys/net/art.h +++ b/sys/net/art.h @@ -1,4 +1,4 @@ -/* $OpenBSD: art.h,v 1.2 2015/08/20 12:51:10 mpi Exp $ */ +/* $OpenBSD: art.h,v 1.3 2015/10/07 10:50:35 mpi Exp $ */ /* * Copyright (c) 2015 Martin Pieuchot @@ -50,7 +50,7 @@ struct art_node { }; void art_init(void); -int art_attach(void **, int); +struct art_root *art_attach(unsigned int, int); struct art_node *art_insert(struct art_root *, struct art_node *, uint8_t *, int); struct art_node *art_delete(struct art_root *, struct art_node *, uint8_t *, |