From 7bb7d8bd0b15ba048ab206dd3fb8be6a824b5007 Mon Sep 17 00:00:00 2001 From: vx_clutch <98831688+vx-clutch@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:40:28 -0400 Subject: [PATCH] Update util.h --- src/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util.h b/src/util.h index 3990c85..7d2f865 100644 --- a/src/util.h +++ b/src/util.h @@ -16,7 +16,6 @@ licence_t TOlicence(char *s); int getopt_long(int argc, char *const argv[], const char *optstring, const struct option *longopts, int *longindex); -char *str_dup(const char *s); char *tostrupr(const char *s); extern int fno;