projects
/
invirt/packages/python-afs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a PTEntry class corresponding to the ptcheckentry struct, and
[invirt/packages/python-afs.git]
/
afs
/
afs.pxd
diff --git
a/afs/afs.pxd
b/afs/afs.pxd
index
b34283c
..
090a65e
100644
(file)
--- a/
afs/afs.pxd
+++ b/
afs/afs.pxd
@@
-8,6
+8,7
@@
cdef extern from "string.h":
char * strerror(int errnum)
char * strncpy(char *s1, char *s2, size_t n)
void * memset(void *b, int c, size_t n)
+ void * memcpy(void *s1, void *s2, size_t n)
cdef extern from "stdlib.h":
void * malloc(size_t size)