repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git]
/
tools
/
lib
/
subcmd
/
pager.h
blob
623f5542d05dea5435f76153bcde8e11af3c7f16
1
#ifndef __SUBCMD_PAGER_H
2
#define __SUBCMD_PAGER_H
3
4
extern
void
pager_init
(
const char
*
pager_env
);
5
6
extern
void
setup_pager
(
void
);
7
extern
int
pager_in_use
(
void
);
8
extern
int
pager_get_columns
(
void
);
9
10
#endif
/* __SUBCMD_PAGER_H */