From cca7a6762d273815947bd5c7cc58ab6713693e8e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Dec 2002 12:27:05 +0000 Subject: shit to init the module --- otk_c/init.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 otk_c/init.h (limited to 'otk_c/init.h') diff --git a/otk_c/init.h b/otk_c/init.h new file mode 100644 index 00000000..ba807f23 --- /dev/null +++ b/otk_c/init.h @@ -0,0 +1,7 @@ +// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*- +#ifndef __init_h +#define __init_h + +void initotk(char *display); + +#endif // __init_h -- cgit v1.2.3