mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 04:18:14 +02:00
Acked-by: Rob Clark <robclark@freedesktop.org> Signed-off-by: David Heidelberg <david@ixit.cz> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30721>
12 lines
206 B
C
12 lines
206 B
C
/*
|
|
* 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__ */
|