Added a rewrite rule so the Str255 argument of GetControlTitle is seen as
output parameter.
diff --git a/Mac/Modules/ctl/ctlscan.py b/Mac/Modules/ctl/ctlscan.py
index 66b4f56..aba07c5 100644
--- a/Mac/Modules/ctl/ctlscan.py
+++ b/Mac/Modules/ctl/ctlscan.py
@@ -83,6 +83,10 @@
 ##			([("ControlActionUPP", "actionProc", "InMode")],
 ##			 [("FakeType('(ControlActionUPP)0')", "*", "*")]),
 			
+			# For GetControlTitle
+			([('Str255', 'title', 'InMode')],
+			 [('Str255', 'title', 'OutMode')]),
+			 
 			([("ControlHandle", "*", "OutMode")],
 			 [("ExistingControlHandle", "*", "*")]),
 			([("ControlRef", "*", "OutMode")],	# Ditto, for Universal Headers