summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_file.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark internal symbols as hidden. This removes symbols from the ABI,guenther2013-11-171-1/+3
| | | | | | | albeit ones no one should be using, so major bump the shlib. ok kettenis@ ports testing by landry@
* Prep for hidden visibility: move the vnode/file related functionguenther2013-11-161-0/+45
declarations, including _kvm_getftype(), into a new header, kvm_file.h, so that we don't have to pull <sys/vnode.h> into all the .c files. No more extern function declaration in .c files. ok millert@