Only declare fuse_new_30() when FUSE_USE_VERSION == 30
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Jul 2017 11:23:32 +0000 (13:23 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Jul 2017 11:27:43 +0000 (13:27 +0200)
commit100944bd7216669701715ddd61059f9d6750a4cf
tree09aa9b130b9dea938a78d38449fe764d5182c78d
parent5a5edc3353f468600933112422f080004189a665
Only declare fuse_new_30() when FUSE_USE_VERSION == 30

This function shouldn't be called when using a newer fuse
version, so we should not define it in that case.
include/fuse.h
lib/fuse.c