From e209cf56f6332b87f1e0b6ff030def8c08cf2ee5 Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 29 Sep 1998 10:16:51 +0000 Subject: 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 --- src/include/RegisterKeyedFunction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/RegisterKeyedFunction.h') 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 -- cgit v1.2.3