]> git.saurik.com Git - apple/hfs.git/blame_incremental - livefiles_hfs_plugin/lf_hfs_lookup.h
hfs-522.100.5.tar.gz
[apple/hfs.git] / livefiles_hfs_plugin / lf_hfs_lookup.h
... / ...
CommitLineData
1//
2// lf_hfs_lookup.h
3// livefiles_hfs
4//
5// Created by Yakov Ben Zaken on 25/03/2018.
6//
7
8#ifndef lf_hfs_lookup_h
9#define lf_hfs_lookup_h
10
11#include "lf_hfs_vnode.h"
12#include "lf_hfs_vnops.h"
13
14int hfs_vnop_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp);
15
16#endif /* lf_hfs_lookup_h */