1 /* $NetBSD: sasl_mech_filter.h,v 1.2 2022/10/08 16:12:45 christos Exp $ */ 2 3 #ifndef _SASL_MECH_FILTER_H_INCLUDED_ 4 #define _SASL_MECH_FILTER_H_INCLUDED_ 5 6 /*++ 7 /* NAME 8 /* sasl_mech_filter 3h 9 /* SUMMARY 10 /* string array utilities 11 /* SYNOPSIS 12 /* #include "sasl_mech_filter.h" 13 /* DESCRIPTION 14 /* .nf 15 16 /* 17 * Utility library. 18 */ 19 #include <string_list.h> 20 21 /* 22 * External interface. 23 */ 24 extern const char *sasl_mech_filter(STRING_LIST *, const char *); 25 26 /* LICENSE 27 /* .ad 28 /* .fi 29 /* The Secure Mailer license must be distributed with this software. 30 /* AUTHOR(S) 31 /* Wietse Venema 32 /* Google, Inc. 33 /* 111 8th Avenue 34 /* New York, NY 10011, USA 35 /*--*/ 36 37 #endif 38