summaryrefslogtreecommitdiff
path: root/src/include/cctk_Types.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-28 18:55:09 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-28 18:55:09 +0000
commit63ee81e2fc8881ca92b627380482010c0c9e34ad (patch)
treefddf0c6eb3a5f9f4315e37c2b8b8a8e45c5b5036 /src/include/cctk_Types.h
parent4166988fbf583ac25e30e3080f35fb80899c6afc (diff)
Executive decision to change CCTK_FN_POINTER -> CCTK_FPOINTER and
CCTK_VARIABLE_FN_POINTER -> CCTK_VARIABLE_FPOINTER Old definitions will be removed in next beta release git-svn-id: http://svn.cactuscode.org/flesh/trunk@2769 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 e78d0982..52b937bf 100644
--- a/src/include/cctk_Types.h
+++ b/src/include/cctk_Types.h
@@ -22,6 +22,9 @@
#ifdef CCODE
typedef void *CCTK_POINTER;
+typedef void (*CCTK_FPOINTER)(void);
+
+/* DEPRECATED IN BETA 12 */
typedef void (*CCTK_FN_POINTER)(void);
#define CCTK_STRING const char *