]> git.ipfire.org Git - thirdparty/util-linux.git/blob - include/swapprober.h
cal: Update man page
[thirdparty/util-linux.git] / include / swapprober.h
1 #ifndef UTIL_LINUX_SWAP_PROBER_H
2 #define UTIL_LINUX_SWAP_PROBER_H
3
4 #include <blkid.h>
5
6 blkid_probe get_swap_prober(const char *devname);
7
8 #endif /* UTIL_LINUX_SWAP_PROBER_H */
9