X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/137d9e9aa87890dbd343383f636652374dbd72db..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