]> git.k1024.org Git - pyxattr.git/commit
Change the match_ns function syntax
authorIustin Pop <iusty@k1024.org>
Sun, 29 Jun 2008 21:26:10 +0000 (23:26 +0200)
committerIustin Pop <iusty@k1024.org>
Sun, 29 Jun 2008 21:27:14 +0000 (23:27 +0200)
commit7f209073f4ed199632f69ba065f99e647eb8d714
tree50f1409b47112f1a793b58e9d9f34ab1b3d4e98b
parent3a56b81571f08aae6d4322c5ce452791850dc7bc
Change the match_ns function syntax

This patch changes the order of the two arguments and makes the function
return either NULL (failure) or a pointer to the (possibly shortened)
name, so that getting the short name is easier.
xattr.c