]> arthur.barton.de Git - netatalk.git/commit - etc/afpd/file.c
FCE API change and cleanup
authorFrank Lahm <franklahm@googlemail.com>
Fri, 9 Nov 2012 10:53:24 +0000 (11:53 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 9 Nov 2012 11:05:38 +0000 (12:05 +0100)
commitd29ded52bda8d46bf341b8a91bac85b195e02dc4
tree95a81a9d124026ee24452918cf22f9595f843ffc
parenta4d1520370c375503295705f60d9fa0b6b1083f3
FCE API change and cleanup

Change the FCE API by using a single function (fce_register()) as
a single point for callers to register events.
Remove all individual event functions.

Add types for events and file/directoy flag.

Use standard bool type instead of special defines FCE_TRUE/FALSE.
etc/afpd/directory.c
etc/afpd/fce_api.c
etc/afpd/fce_api_internal.h
etc/afpd/fce_util.c
etc/afpd/file.c
etc/afpd/filedir.c
etc/afpd/ofork.c
include/atalk/fce_api.h