zbackup/page_size.hh

11 lines
261 B
C++
Raw Normal View History

2013-07-18 21:33:25 +04:00
// Copyright (c) 2012-2013 Konstantin Isakov <ikm@zbackup.org>
// Part of ZBackup. Licensed under GNU GPLv2 or later
#ifndef PAGE_SIZE_HH_INCLUDED__
#define PAGE_SIZE_HH_INCLUDED__
/// Returns the page size used by this system
unsigned getPageSize();
#endif