aboutsummaryrefslogtreecommitdiffstats
path: root/fbtools.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-03-24 08:15:03 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-03-24 08:15:03 +0100
commit6c153dc8de71f204cd03deaf4fb1bdbe2d3aa6a9 (patch)
tree553dc759fef1fdb0f00da35d857f38cd5294ef6a /fbtools.h
parent8af2652bcc7b343a6fec7d48b4a441905d76ba2c (diff)
downloadfbida-6c153dc8de71f204cd03deaf4fb1bdbe2d3aa6a9.tar.gz
move signal handling out of fb code
Diffstat (limited to 'fbtools.h')
-rw-r--r--fbtools.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fbtools.h b/fbtools.h
index 1636654..41cd1d7 100644
--- a/fbtools.h
+++ b/fbtools.h
@@ -10,7 +10,6 @@ extern int fb_switch_state;
/* init + cleanup */
gfxstate *fb_init(char *device, char *mode, int vt);
-void fb_catch_exit_signals(void);
void fb_memset(void *addr, int c, size_t len);
/* console switching */