diff options
Diffstat (limited to 'otk_c/init.h')
| -rw-r--r-- | otk_c/init.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
