summaryrefslogtreecommitdiff
path: root/src/include/StoreHandledData.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-03 12:27:58 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-03 12:27:58 +0000
commit1a33b01d99a25b76a71671b5a199bb149ce2f3c8 (patch)
tree4d19e63bfacf05dbb13a08b41d649f41188d5a3e /src/include/StoreHandledData.h
parentc526b140d4d81e628827de2c51cd37ef3aba4801 (diff)
Added a function CCTK_GetHandleName to get the name associated with a handle.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@192 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/StoreHandledData.h')
-rw-r--r--src/include/StoreHandledData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/StoreHandledData.h b/src/include/StoreHandledData.h
index 95c77b14..70001840 100644
--- a/src/include/StoreHandledData.h
+++ b/src/include/StoreHandledData.h
@@ -38,6 +38,7 @@ int CCTK_NewHandle(cHandledData **storage, const char *name, void *data);
int CCTK_DeleteHandle(cHandledData *storage, int handle);
void *CCTK_GetHandledData(cHandledData *storage, int handle);
int CCTK_GetHandle(cHandledData *storage, const char *name, void **data);
+char *CCTK_GetHandleName(cHandledData *storage, int handle);
#ifdef _cplusplus
}