From 4031104404c6ceed5e57134125dcdb6cac51c564 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 5 Jan 2001 10:11:41 +0000 Subject: Internal symbols that aren't static are now prefixed with 'Curl_' --- docs/INTERNALS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/INTERNALS b/docs/INTERNALS index 5fe8b29c9..f134b4678 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -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 === -- cgit v1.2.3