diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-04-14 15:54:40 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-04-14 15:54:40 +0000 |
commit | 15033497e3ba3041db44a100493060a5ed4339cd (patch) | |
tree | 538cc2f8053693d59941caa58df96f3805e3f9d7 /doc/README.CODING_STYLE | |
parent | 6f26af5548832d59b282fbba87a7961de4ec2420 (diff) | |
download | gnutls-15033497e3ba3041db44a100493060a5ed4339cd.tar.gz |
Simplify.
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 fee502584c..d90c78ac2c 100644 --- a/doc/README.CODING_STYLE +++ b/doc/README.CODING_STYLE @@ -72,5 +72,5 @@ The rules here are not always used, although we try to stick to them. value, if some other indication is needed. A negative value always indicates failure. All the available - error codes are defined in gnutls_errors_int.h and a description + error codes are defined in gnutls.h and a description is available in gnutls_errors.c |