1*c48c605cSchristos /* $NetBSD: inet_prefix_top.h,v 1.2 2023/12/23 20:30:46 christos Exp $ */ 2059c16a8Schristos 3059c16a8Schristos #ifndef _INET_MASK_TOP_H_INCLUDED_ 4059c16a8Schristos #define _INET_MASK_TOP_H_INCLUDED_ 5059c16a8Schristos 6059c16a8Schristos /*++ 7059c16a8Schristos /* NAME 8059c16a8Schristos /* inet_prefix_top 3h 9059c16a8Schristos /* SUMMARY 10059c16a8Schristos /* convert net/mask to printable string 11059c16a8Schristos /* SYNOPSIS 12059c16a8Schristos /* #include <inet_prefix_top.h> 13059c16a8Schristos /* DESCRIPTION 14059c16a8Schristos /* .nf 15059c16a8Schristos 16059c16a8Schristos /* 17059c16a8Schristos * External interface. 18059c16a8Schristos */ 19059c16a8Schristos extern char *inet_prefix_top(int, const void *, int); 20059c16a8Schristos 21059c16a8Schristos /* LICENSE 22059c16a8Schristos /* .ad 23059c16a8Schristos /* .fi 24059c16a8Schristos /* The Secure Mailer license must be distributed with this software. 25059c16a8Schristos /* AUTHOR(S) 26059c16a8Schristos /* Wietse Venema 27059c16a8Schristos /*--*/ 28059c16a8Schristos 29059c16a8Schristos #endif 30