mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +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>
7 lines
191 B
C
7 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_ */
|