repo.or.cz
/
shell-fm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release notes for v0.8.
[shell-fm.git]
/
source
/
include
/
bookmark.h
blob
c1ee93ba50e9b30faf5d813400a283910d296e62
1
/*
2
vim:syntax=c tabstop=2 shiftwidth=2 noexpandtab
3
*/
4
5
#ifndef SHELLFM_BOOKMARK
6
#define SHELLFM_BOOKMARK
7
8
extern
void
setmark
(
const char
*,
int
);
9
extern
void
printmarks
(
void
);
10
extern
char
*
getmark
(
int
);
11
12
#endif