blob: eef0b5641f679eb8182cb552ce439d8f1a72566c (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | /*
 *  doscript.h
 *  PythonLauncher
 *
 *  Created by Jack Jansen on Wed Jul 31 2002.
 *  Copyright (c) 2002 __MyCompanyName__. All rights reserved.
 *
 */
#include <Carbon/Carbon.h>
extern int doscript(const char *command);
 |