/*
 * Copyright © 2018 Rob Clark <robdclark@gmail.com>
 * SPDX-License-Identifier: MIT
 */

#ifndef __PAGER_H__
#define __PAGER_H__

void pager_open(void);
int pager_close(void);

#endif /* __PAGER_H__ */
