mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
ANSIfy b64_pton
This commit is contained in:
parent
8bc29bb269
commit
d4287c3092
1 changed files with 1 additions and 4 deletions
|
|
@ -193,10 +193,7 @@ b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) {
|
|||
*/
|
||||
|
||||
int
|
||||
b64_pton(src, target, targsize)
|
||||
char const *src;
|
||||
u_char *target;
|
||||
size_t targsize;
|
||||
b64_pton(const char *src, u_char *target, size_t targsize)
|
||||
{
|
||||
int tarindex, state, ch;
|
||||
u_char nextbyte;
|
||||
|
|
|
|||
Loading…
Reference in a new issue