mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-21 15:37:15 +02:00
4 lines
139 B
C
4 lines
139 B
C
#include_next <resolv.h>
|
|
int b64_ntop(unsigned char const *, size_t, char *, size_t);
|
|
int b64_pton(char const *, unsigned char *, size_t);
|