Retoor software development Projects Research SearchXNG
Register Sign In

11 lines
182 B
C
Raw Normal View History

chore: add retoor attribution and expand source file list in Makefile - Add author comment with retoor <retoor@molodetz.nl> at top of Makefile - Include 12 new source files (config_parser, http_response, client_handler, upstream, forwarding, base64, socket_utils, epoll_utils, time_utils, histogram, deque, rate_tracker, stats_collector) to SOURCES and TEST_LIB_SOURCES - Add corresponding backup copies of auth.c, config.c, connection.c, and monitor.c to src/backup/ directory
2026-01-27 20:34:43 +01:00
// retoor <retoor@molodetz.nl>
#ifndef RPROXY_BASE64_H
#define RPROXY_BASE64_H
#include <stddef.h>
int base64_decode(const char *input, char *output, size_t output_size);
#endif
Reference in New Issue Copy Permalink
8ae8ccdfe0
rproxy/src/base64.h
Response time: 112ms
Mail Licenses API