mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 02:58:54 +00:00
The function is not included into the library, so having its prototype there was a shortcut. Move it to a separate include file. Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
6 lines
191 B
C
6 lines
191 B
C
#ifndef ZDTM_GET_SMAPS_BITS_H_
|
|
#define ZDTM_GET_SMAPS_BITS_H_
|
|
|
|
extern int get_smaps_bits(unsigned long where, unsigned long *flags, unsigned long *madv);
|
|
|
|
#endif /* ZDTM_GET_SMAPS_BITS_H_ */
|