8 lines
146 B
C
8 lines
146 B
C
|
// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*-
|
||
|
#ifndef __init_h
|
||
|
#define __init_h
|
||
|
|
||
|
void initotk(char *display);
|
||
|
|
||
|
#endif // __init_h
|