9 lines
110 B
C
9 lines
110 B
C
|
/* $XFree86$ */
|
||
|
|
||
|
#ifndef COMPAT_H
|
||
|
#define COMPAT_H 1
|
||
|
|
||
|
extern LookupEntry groupNames[];
|
||
|
|
||
|
#endif /* COMPAT_H */
|