From: Masatake YAMATO Date: Sun, 17 Oct 2021 11:01:09 +0000 (+0900) Subject: lsfd: remove prototype decls for removed functions X-Git-Tag: v2.38-rc1~144^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342bbb19925b6bc24fc813864662d3e10fcf2771;p=thirdparty%2Futil-linux.git lsfd: remove prototype decls for removed functions Signed-off-by: Masatake YAMATO --- 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 */