summaryrefslogtreecommitdiff
path: root/screen.h
blob: 7a647be09e65a9612822617fa11a27dc3395303e (plain)
1
2
3
4
5
6
7
8
9
#ifndef SCREEN_H
#define SCREEN_H

#include <curses.h>

extern WINDOW *screen_init(bool israw);
extern void screen_end(void);

#endif /* SCREEN_H */
option>space:mode:
authorAmerigo Wang <amwang@redhat.com>2011-05-01 21:34:16 +0800
committerJoel Becker <jlbec@evilplan.org>2011-05-23 23:37:14 -0700
commit69a60c4d177632bd56ae567dc0a082f7119b71c2 (patch)
tree8d94c8a6ad6cd7040650763b23a0396d16e440f2 /fs/ocfs2/alloc.h
parente2b0c215c2bd57693af69f7a430585109c02b07f (diff)
ocfs2: remove the /sys/o2cb symlink
It is obsoleted since Dec 2005. Signed-off-by: WANG Cong <amwang@redhat.com> Signed-off-by: Joel Becker <jlbec@evilplan.org>
Diffstat (limited to 'fs/ocfs2/alloc.h')