Internal symbols that aren't static are now prefixed with 'Curl_'

This commit is contained in:
Daniel Stenberg 2001-01-05 10:11:41 +00:00
parent 9f9cac7402
commit 4031104404
53 changed files with 670 additions and 593 deletions

View file

@ -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
===