diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 08:15:03 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 08:15:03 +0100 |
commit | 6c153dc8de71f204cd03deaf4fb1bdbe2d3aa6a9 (patch) | |
tree | 553dc759fef1fdb0f00da35d857f38cd5294ef6a /fbtools.h | |
parent | 8af2652bcc7b343a6fec7d48b4a441905d76ba2c (diff) | |
download | fbida-6c153dc8de71f204cd03deaf4fb1bdbe2d3aa6a9.tar.gz |
move signal handling out of fb code
Diffstat (limited to 'fbtools.h')
-rw-r--r-- | fbtools.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |