aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal.h')
-rw-r--r--src/terminal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/terminal.h b/src/terminal.h
index e8cb570..50b1686 100644
--- a/src/terminal.h
+++ b/src/terminal.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 OR MIT */
/*
* Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
@@ -47,6 +47,5 @@
#define TERMINAL_CLEAR_ALL "\x1b[2J"
void terminal_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
-void terminal_fprintf(FILE *file, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
#endif