Staging
v0.8.1
Revision e2e1561a15c76bc9089248ab63c9ac74325e13da authored by Georg Brandl on 20 May 2009, 18:25:10 UTC, committed by Georg Brandl on 20 May 2009, 18:25:10 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72799 | georg.brandl | 2009-05-20 20:24:08 +0200 (Mi, 20 Mai 2009) | 1 line

  Update bug tracker URL.
........
1 parent 3a6df81
Raw File
doscript.h
/*
 *  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);
back to top