From bf59a164b9e0f0e44b4dd10f1fda1f8855d616f0 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 22 Apr 2003 18:46:37 +0000 Subject: [PATCH] Reflect change to makeBaseApp template. Registrar function can now be static. --- documentation/README.darwin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/README.darwin.html b/documentation/README.darwin.html index fa7aabb26..249059434 100644 --- a/documentation/README.darwin.html +++ b/documentation/README.darwin.html @@ -116,7 +116,7 @@ static registryFunctionRef subRef[] = { {"exampleAppleScriptProcess",(REGISTRYFUNCTION)exampleAppleScriptProcess} }; -void registerExampleAppleScript(void) +static void registerExampleAppleScript(void) { registryFunctionRefAdd(subRef,NELEMENTS(subRef)); }