zbackup/page_size.hh

10 lines
221 B
C++

// Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE
#ifndef PAGE_SIZE_HH_INCLUDED__
#define PAGE_SIZE_HH_INCLUDED__
/// Returns the page size used by this system
unsigned getPageSize();
#endif