12 lines
84 B
C
12 lines
84 B
C
#ifndef _SIGNAME_H
|
|
#define _SIGNAME_H
|
|
|
|
/* $Id$ */
|
|
|
|
|
|
char SigName[32][16];
|
|
|
|
|
|
#endif
|
|
|