summaryrefslogtreecommitdiffstats
path: root/src/global/sasl_mech_filter.h
blob: 29f9bfea500919518dd2ceec7956f7168f82c0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#ifndef _SASL_MECH_FILTER_H_INCLUDED_
#define _SASL_MECH_FILTER_H_INCLUDED_

/*++
/* NAME
/*	sasl_mech_filter 3h
/* SUMMARY
/*	string array utilities
/* SYNOPSIS
/*	#include "sasl_mech_filter.h"
/* DESCRIPTION
/* .nf

 /*
  * Utility library.
  */
#include <string_list.h>

 /*
  * External interface.
  */
extern const char *sasl_mech_filter(STRING_LIST *, const char *);

/* LICENSE
/* .ad
/* .fi
/*	The Secure Mailer license must be distributed with this software.
/* AUTHOR(S)
/*	Wietse Venema
/*	Google, Inc.
/*	111 8th Avenue
/*	New York, NY 10011, USA
/*--*/

#endif