mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-21 18:47:46 -04:00
8 lines
94 B
C
8 lines
94 B
C
|
|
#ifndef COMPAT_H
|
|
#define COMPAT_H 1
|
|
|
|
extern LookupEntry groupNames[];
|
|
|
|
#endif /* COMPAT_H */
|