Release notes for v0.8.
[shell-fm.git] / source / include / bookmark.h
blobc1ee93ba50e9b30faf5d813400a283910d296e62
1 /*
2 vim:syntax=c tabstop=2 shiftwidth=2 noexpandtab
3 */
5 #ifndef SHELLFM_BOOKMARK
6 #define SHELLFM_BOOKMARK
8 extern void setmark(const char *, int);
9 extern void printmarks(void);
10 extern char * getmark(int);
12 #endif