(root)/
util-linux-2.39/
include/
pager.h
       1  /*
       2   * SPDX-License-Identifier: GPL-2.0-or-later
       3   *
       4   * This file may be redistributed under the terms of the GNU Public License.
       5   */
       6  #ifndef UTIL_LINUX_PAGER
       7  #define UTIL_LINUX_PAGER
       8  
       9  void pager_redirect(void);
      10  
      11  void pager_open(void);
      12  void pager_close(void);
      13  
      14  #endif