10 lines
149 B
C
10 lines
149 B
C
/************************/
|
|
/* gemini.h */
|
|
/************************/
|
|
#ifndef _GEMINI_
|
|
#define _GEMINI_
|
|
|
|
void gemini(ACTION *);
|
|
|
|
#endif
|