diff options
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 081d9f1b3e..96fb7ff0cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,6 +132,7 @@ like e.g. in lib/srp.h: ... #endif /* GNUTLS_LIB_SRP_H */ +``` The public header files follow a similar convention but use the relative install directory as template, e.g. `GNUTLS_GNUTLS_H` for `gnutls/gnutls.h`. |