author | Volker Birk <vb@pep-project.org> |
Fri, 17 May 2019 17:59:06 +0200 | |
branch | sync |
changeset 3720 | 9ed76a79d784 |
parent 3032 | 4065e56511b6 |
child 4792 | 7056435ab9e7 |
child 5246 | 67016f508d40 |
permissions | -rw-r--r-- |
krista@3032 | 1 |
// This file is under GNU General Public License 3.0 |
krista@3032 | 2 |
// see LICENSE.txt |
krista@3032 | 3 |
|
krista@3032 | 4 |
#pragma once |
krista@3032 | 5 |
|
krista@3032 | 6 |
#include "dynamic_api.h" |
krista@3032 | 7 |
#include "bloblist.h" |
krista@3032 | 8 |
|
krista@3032 | 9 |
#ifdef __cplusplus |
krista@3032 | 10 |
extern "C" { |
krista@3032 | 11 |
#endif |
krista@3032 | 12 |
|
krista@3032 | 13 |
bloblist_t* base64_str_to_binary_blob(const char* input, int length); |
krista@3032 | 14 |
|
krista@3032 | 15 |
#ifdef __cplusplus |
krista@3032 | 16 |
} |
krista@3032 | 17 |
#endif |