summaryrefslogtreecommitdiff
path: root/src/include/RegisterKeyedFunction.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
commitd475e8040a76eb7776eb5ed8f3f3edc0f417f6c7 (patch)
treee377c6a035918a2ef81c2655946a11b27513e253 /src/include/RegisterKeyedFunction.h
parent1de5cce82d9fac333fba971bd5c19547c4d22abe (diff)
Removed tabs from files.
Added @version lines to various header files. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1170 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/RegisterKeyedFunction.h')
-rw-r--r--src/include/RegisterKeyedFunction.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/include/RegisterKeyedFunction.h b/src/include/RegisterKeyedFunction.h
index 60fdbeac..5be1fdde 100644
--- a/src/include/RegisterKeyedFunction.h
+++ b/src/include/RegisterKeyedFunction.h
@@ -5,11 +5,9 @@
@desc
Header file for keyed function registration.
@enddesc
+ @version $Header$
@@*/
-/* $Id$ */
-
-
#ifndef _REGISTERKEYEDFUNCTION_H_
#define _REGISTERKEYEDFUNCTION_H_
@@ -21,13 +19,13 @@ extern "C" {
#endif
int RegisterKeyedFunction(void (*array[])(),
- int min, int max,
- int key, void (*func)());
+ int min, int max,
+ int key, void (*func)());
void (**(CreateKeyedFunctionArray(int size)))();
#ifdef __cplusplus
- }
+}
#endif
/*****************************************************/
@@ -35,8 +33,8 @@ void (**(CreateKeyedFunctionArray(int size)))();
/* Possible return codes. */
enum RegisterKeyedFunctionErrors {REG_KEYED_FUNCTION_SUCCESS,
- REG_KEYED_FUNCTION_ALREADY_ASSIGNED,
- REG_KEYED_FUNCTION_RANGE_ERROR};
+ REG_KEYED_FUNCTION_ALREADY_ASSIGNED,
+ REG_KEYED_FUNCTION_RANGE_ERROR};
/*****************************************************/