* Create help for explaining how encrypted password file support
[alpine.git] / pith / rfc2231.h
blob12915f3994c28605f1ad6580a07d96cc7d9f9dec
1 /*
2 * $Id: rfc2231.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PITH_RFC2231_INCLUDED
17 #define PITH_RFC2231_INCLUDED
20 #include "../pith/atttype.h"
21 #include "../pith/store.h"
24 /* exported protoypes */
25 char *rfc2231_get_param(PARAMETER *, char *, char **, char **);
26 int rfc2231_output(STORE_S *, char *, char *, char *, char *);
27 PARMLIST_S *rfc2231_newparmlist(PARAMETER *);
28 void rfc2231_free_parmlist(PARMLIST_S **);
29 int rfc2231_list_params(PARMLIST_S *);
32 #endif /* PITH_RFC2231_INCLUDED */