summaryrefslogtreecommitdiff
path: root/src/include/RegisterKeyedFunction.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-09-29 10:16:51 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-09-29 10:16:51 +0000
commite209cf56f6332b87f1e0b6ff030def8c08cf2ee5 (patch)
treec3f682e65851bf748dd438fb03d220cff3d04e0b /src/include/RegisterKeyedFunction.h
parent20ee8bd50c4254719e22612d2414556fe040ccb0 (diff)
Added a function to create a keyed function array.
New header file to hold stuff for all core registration. git-svn-id: http://svn.cactuscode.org/flesh/trunk@10 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/RegisterKeyedFunction.h')
-rw-r--r--src/include/RegisterKeyedFunction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/RegisterKeyedFunction.h b/src/include/RegisterKeyedFunction.h
index 1d0c8c73..c533139d 100644
--- a/src/include/RegisterKeyedFunction.h
+++ b/src/include/RegisterKeyedFunction.h
@@ -24,6 +24,8 @@ int RegisterKeyedFunction(void (*array[])(),
int min, int max,
int key, void (*func)());
+void (**(CreateKeyedFunctionArray(int size)))();
+
#ifdef _cplusplus
}
#endif