X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/69ce5cfed0b0efa0d573f1bcdbfad68fa7b2fce3..b18334d13cd65d8eff268ace564e64d325d01c67:/afs/afs.pyx diff --git a/afs/afs.pyx b/afs/afs.pyx index 4fe9e1c..f7f167b 100644 --- a/afs/afs.pyx +++ b/afs/afs.pyx @@ -5,8 +5,8 @@ General PyAFS utilities, such as error handling import sys # otherwise certain headers are unhappy -cdef import from "netinet/in.h": pass -cdef import from "afs/vice.h": pass +cdef extern from "netinet/in.h": pass +cdef extern from "afs/vice.h": pass cdef int _init = 0