mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:13:32 +03:00
Internal symbols that aren't static are now prefixed with 'Curl_'
This commit is contained in:
parent
9f9cac7402
commit
4031104404
53 changed files with 670 additions and 593 deletions
|
|
@ -12,6 +12,13 @@ INTERNALS
|
|||
|
||||
Thus, the largest amount of code and complexity is in the library part.
|
||||
|
||||
SYMBOLS
|
||||
=======
|
||||
All symbols used internally must use a 'Curl_' prefix if they're used in
|
||||
more than a single file. Single file symbols must be made static. Public
|
||||
symbols must use a 'curl_' prefix. (There are exceptions, but they are
|
||||
destined to change to this pattern in the future.)
|
||||
|
||||
CVS
|
||||
===
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue