diff options
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r-- | include/dixstruct.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h index b5ffcca49..dd6347f18 100644 --- a/include/dixstruct.h +++ b/include/dixstruct.h @@ -207,10 +207,6 @@ extern int (* ProcVector[256]) (ClientPtr /*client*/); extern int (* SwappedProcVector[256]) (ClientPtr /*client*/); -#ifdef K5AUTH -extern int (*k5_Vector[256])(ClientPtr /*client*/); -#endif - extern ReplySwapPtr ReplySwapVector[256]; extern int ProcBadRequest(ClientPtr /*client*/); |