From 080e54f17ecb4a255332466725c1ce944f39f5c1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 26 Nov 2025 04:14:30 -0500 Subject: alf: Store correct date/time. --- src/unalf.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/unalf.h') diff --git a/src/unalf.h b/src/unalf.h index cab319f..1cb71bf 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -6,6 +6,7 @@ #include #include #include +#include "self.h" #ifndef VERSION #define VERSION "???" @@ -64,10 +65,6 @@ void fix_filename(void); /* opts.c */ void parse_opts(int argc, char * const *argv); -/* self.c */ -extern char *self; -void set_self(char *argv0); - /* unalf.c */ extern char *self; extern FILE *out_file; -- cgit v1.2.3