From a648c05a7a2608e7e909317f5afe8427a0ea0d68 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 07:54:23 +0000 Subject: kill the c dir --- c/python.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 c/python.h (limited to 'c/python.h') diff --git a/c/python.h b/c/python.h deleted file mode 100644 index 90366315..00000000 --- a/c/python.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __python_h -#define __python_h - -void python_startup(); -void python_shutdown(); - -/*! Import a python module */ -gboolean python_import(char *module); - -#endif -- cgit v1.2.3