Pull includes into a common file, since there will be a bunch of them.
[invirt/packages/python-afs.git] / afs / afs.pxd
1 cdef extern from "afs/stds.h":
2     ctypedef long afs_int32
3
4 cdef extern from "ubik.h":
5     enum:
6         MAXSERVERS
7     
8     struct ubik_client:
9         pass
10
11 cdef extern from "rx/rx.h":
12     int rx_Init(int port)