mirror of
https://github.com/curl/curl.git
synced 2026-06-20 20:25:37 +03:00
To make it simpler to move them around, create and delete them without syncing with `REUSE.toml`. Also: - checksrc: allow empty lines in `.checksrc`. - comment on why curl printfs are disallowed in examples. Closes #19024
18 lines
341 B
Text
18 lines
341 B
Text
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
allowfunc accept
|
|
allowfunc fclose
|
|
allowfunc fopen
|
|
allowfunc fprintf
|
|
allowfunc freeaddrinfo
|
|
allowfunc getaddrinfo
|
|
allowfunc open
|
|
allowfunc printf
|
|
allowfunc recv
|
|
allowfunc send
|
|
allowfunc snprintf
|
|
allowfunc socket
|
|
allowfunc sscanf
|
|
allowfunc vsnprintf
|