• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright © 2018 Rob Clark <robdclark@gmail.com>
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #ifndef __PAGER_H__
7 #define __PAGER_H__
8 
9 void pager_open(void);
10 int pager_close(void);
11 
12 #endif /* __PAGER_H__ */
13