X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/31ac6fffbb28751cd390baab01c708e7fb607c26..f95acfabee62680cab0d953596cc7539585caff8:/afs/afs.pxd diff --git a/afs/afs.pxd b/afs/afs.pxd index 2b02338..b5180f5 100644 --- a/afs/afs.pxd +++ b/afs/afs.pxd @@ -158,7 +158,7 @@ cdef extern from "afs/vice.h": cdef import from "afs/venus.h": enum: # PIOCTLS to Venus that we use - VIOCGETAL, VIOC_GETVCXSTATUS2, VIOCSETAL + VIOCGETAL, VIOC_GETVCXSTATUS2, VIOCSETAL, VIOC_FILE_CELL_NAME # pioctl doesn't actually have a header, so we have to define it here cdef extern int pioctl(char *, afs_int32, ViceIoctl *, afs_int32)