summaryrefslogtreecommitdiff
path: root/doc/README.CODING_STYLE
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-01-09 21:52:41 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-01-09 21:52:41 +0000
commit96dbf9713554a3ee9b712d3ff7701f602361312c (patch)
treeab2c68fda2b517a2aad22b54d37ae57afffee3c5 /doc/README.CODING_STYLE
parent1fe97a36ba1d398433c2a7f3f0eb2648295da3f6 (diff)
downloadgnutls-96dbf9713554a3ee9b712d3ff7701f602361312c.tar.gz
Only the documented symbols are now exported.
Diffstat (limited to 'doc/README.CODING_STYLE')
-rw-r--r--doc/README.CODING_STYLE2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.CODING_STYLE b/doc/README.CODING_STYLE
index a3d2fa92d6..a9a1c55db0 100644
--- a/doc/README.CODING_STYLE
+++ b/doc/README.CODING_STYLE
@@ -32,6 +32,8 @@ The rules here are not always used, although we try to stick to them.
Internal functions -- that are not exported in the API -- should
be prefixed with an underscore. Ie. _gnutls_handshake_begin()
+ All exported functions must be listed in gnutls.sym and gnutls-extra.sym,
+ in order to be exported.
*** Constructed types:
The constructed types in gnutls always have the "gnutls_" prefix.