summaryrefslogtreecommitdiff
path: root/src/include/cctk_Types.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-11-13 16:21:59 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-11-13 16:21:59 +0000
commitf9f011ff69cc2eacb9ff5e908f9d1f0c739cdcc4 (patch)
tree58b24ecb644f70f7031646a947a31b083b197224 /src/include/cctk_Types.h
parent71f95ae838444754e2cb394c4752bcb99572a63c (diff)
Stuff for utility table routines, implemented by Jonathon Thornburg.
Documentation should follow shortly... Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2462 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Types.h')
-rw-r--r--src/include/cctk_Types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/cctk_Types.h b/src/include/cctk_Types.h
index 070ed750..e78d0982 100644
--- a/src/include/cctk_Types.h
+++ b/src/include/cctk_Types.h
@@ -21,6 +21,9 @@
/* Define stuff for C. */
#ifdef CCODE
+typedef void *CCTK_POINTER;
+typedef void (*CCTK_FN_POINTER)(void);
+
#define CCTK_STRING const char *
/* Structures for complex types */