zbackup/page_size.hh

11 lines
323 B
C++

// Copyright (c) 2012-2014 Konstantin Isakov <ikm@zbackup.org> and ZBackup contributors, see CONTRIBUTORS
// 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