Fix three PyChecker-detected gotchas.
[python/dscho.git] / Mac / Contrib / BBPy / source / BBPy.h
blob22974eaaf378d3c0f05ecf57039a998f9a2137d8
1 /* BBPython
2 A simple menu command to send the contents of a window to the Python interpreter
4 copyright © 1996 Just van Rossum, Letterror: just@knoware.nl
6 All Rights Reserved
7 */
9 #include <MacHeaders68K>
10 #include <A4Stuff.h>
11 #include <SetUpA4.h> // for global variables, multiple segments, etc.
12 #include "ExternalInterface.h"
13 #include <Memory.h>
15 extern OSErr SendTextAsAE(ExternalCallbackBlock *callbacks, Ptr theText, long theSize, Str255 windowTitle);
16 extern OSErr LaunchPythonSlave(FSSpec * docSpec);
17 extern Boolean GetPythonSlaveSpec(FSSpec * docSpec);