9 lines
197 B
C
9 lines
197 B
C
/* $XFree86: xc/programs/lbxproxy/di/tables.h,v 1.1 2004/04/03 22:38:54 tsi Exp $ */
|
|
|
|
#ifndef _TABLES_H_
|
|
#define _TABLES_H_
|
|
|
|
extern int (*ServerVector[256])(ClientPtr sc);
|
|
|
|
#endif /* _TABLES_H_ */
|