1 /* $Id: esc-ok.h,v 1.3 2004/08/16 15:37:32 oohara Exp $ */
2 
3 #ifndef __DANGEN_ESC_OK_H__
4 #define __DANGEN_ESC_OK_H__
5 
6 void set_esc_ok(int n);
7 int get_esc_ok(void);
8 
9 #endif /* not __DANGEN_ESC_OK_H__ */
10