X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/6734f80f9b1c89c05fda670abda77d4bff5357d4..562c4cd06e8c80fe088658a91dd63a3cb9e1fa8b:/afs/afs.pxd diff --git a/afs/afs.pxd b/afs/afs.pxd index 090a65e..d165921 100644 --- a/afs/afs.pxd +++ b/afs/afs.pxd @@ -134,3 +134,15 @@ cdef extern from "ubik.h": cdef extern from "afs/com_err.h": char * afs_error_message(int) + +# All AFS error tables +cdef extern from "afs/auth.h": + void initialize_KTC_error_table() +cdef extern from "afs/cellconfig.h": + void initialize_ACFG_error_table() +cdef extern from "afs/pterror.h": + void initialize_PT_error_table() +cdef extern from "rx/rxkad.h": + void initialize_RXK_error_table() +cdef extern from "ubik.h": + void initialize_U_error_table()