Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F22067593
rfc2047parse.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
rfc2047parse.h
View Options
#ifndef SRC_RFC2047PARSE_H
#define SRC_RFC2047PARSE_H
/* @file rfc2047parse.h
* @brief Parser for filenames encoded according to rfc2047
*
* Copyright (C) 2015 by Bundesamt für Sicherheit in der Informationstechnik
* Software engineering by Intevation GmbH
*
* This file is part of GpgOL.
*
* GpgOL is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* GpgOL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef __cplusplus
extern
"C"
{
#if 0
}
#endif
#endif
/** @brief Try to parse a string according to rfc2047.
*
* On error the error is logged and a copy of the original
* input string returned.
*
* @returns a malloced string in UTF-8 encoding or a copy
* of the input string.
*/
char
*
rfc2047_parse
(
const
char
*
input
);
#ifdef __cplusplus
}
#endif
#endif
// SRC_RFC2047PARSE_H
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Tue, Apr 22, 3:53 AM (14 h, 42 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
53/45/13447475ddc45b13785fbd15dd9e
Attached To
rO GpgOL
Event Timeline
Log In to Comment