[exim-cvs] Docs: tweak local_scan chapter

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Docs: tweak local_scan chapter
Gitweb: https://git.exim.org/exim.git/commitdiff/6b3e96244682c63893ff3884b06bff68104ce2c8
Commit:     6b3e96244682c63893ff3884b06bff68104ce2c8
Parent:     cd6a4c65a63737f2368f7a6aa0cf701b1e260069
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Feb 4 11:27:12 2020 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Feb 4 11:27:12 2020 +0000


    Docs: tweak local_scan chapter
---
 doc/doc-docbook/spec.xfpt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 43199cf..f7002b9 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -33907,13 +33907,14 @@ in &_Local/Makefile_& (see section &<<SECTconoptloc>>& below).
.cindex &%dlfunc%& "API description"
You must include this line near the start of your code:
.code
+#define LOCAL_SCAN
#include "local_scan.h"
.endd
This header file defines a number of variables and other values, and the
prototype for the function itself. Exim is coded to use unsigned char values
almost exclusively, and one of the things this header defines is a shorthand
for &`unsigned char`& called &`uschar`&.
-It also contains the following macro definitions, to simplify casting character
+It also makes available the following macro definitions, to simplify casting character
strings and pointers to character strings:
.code
#define CS (char *)