From 342bbb19925b6bc24fc813864662d3e10fcf2771 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sun, 17 Oct 2021 20:01:09 +0900 Subject: [PATCH] lsfd: remove prototype decls for removed functions Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/misc-utils/lsfd.h b/misc-utils/lsfd.h index 7dbc4220b4..59cba6ea4d 100644 --- a/misc-utils/lsfd.h +++ b/misc-utils/lsfd.h @@ -31,12 +31,6 @@ #include "list.h" -/* - * Utilities - */ -DIR *opendirf(const char *format, ...) __attribute__((format (printf, 1, 2))); -FILE *fopenf(const char *mode, const char *format, ...) __attribute__((format (printf, 2, 3))); - /* * column IDs */ -- 2.47.3