diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-13 11:41:01 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-13 11:41:01 +0000 |
commit | 51d1c5831846b04475f6dfef0eeddfb11f6acce2 (patch) | |
tree | 5d91f078055de04eb6ae4407473d9ea9b4042135 /doc/README.CODING_STYLE | |
parent | 739f580d85bac98e25f5c0d84333734a3b949f75 (diff) | |
download | gnutls-51d1c5831846b04475f6dfef0eeddfb11f6acce2.tar.gz |
*** empty log message ***
Diffstat (limited to 'doc/README.CODING_STYLE')
-rw-r--r-- | doc/README.CODING_STYLE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.CODING_STYLE b/doc/README.CODING_STYLE index 76b2c0ceaa..327f2f1e03 100644 --- a/doc/README.CODING_STYLE +++ b/doc/README.CODING_STYLE @@ -37,7 +37,7 @@ The rules here are not always used, although we try to stick to them. be prefixed with an underscore. E.g. _gnutls_handshake_begin() All exported functions must be listed in gnutls.sym and gnutls-extra.sym - in order to be exported. + in order to be exported. [this is not true for now] *** Constructed types: The constructed types in gnutls always have the "gnutls_" prefix. |