summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-04 18:15:01 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-04 18:15:01 +0000
commit0103c862d7f45506854c633f9735b790b100717a (patch)
treebb888391bf162bf9b7daf6d70fd7975a71b3cd73 /src
parent47676a9538cbca1be139f1b991c163b4eb7800e5 (diff)
prototype for CCTK_IsImplementationCompiled
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2218 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/include/cctk_ActiveThorns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cctk_ActiveThorns.h b/src/include/cctk_ActiveThorns.h
index 09144db3..663c3fdb 100644
--- a/src/include/cctk_ActiveThorns.h
+++ b/src/include/cctk_ActiveThorns.h
@@ -21,6 +21,7 @@ extern "C" {
int CCTK_IsThornActive(const char *name);
int CCTK_IsThornCompiled(const char *name);
int CCTK_IsImplementationActive(const char *name);
+int CCTK_IsImplementationCompiled(const char *name);
const char *CCTK_ActivatingThorn(const char *imp);
/* FIXME - should return a list or something */