aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-26 04:14:30 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-26 04:14:30 -0500
commit080e54f17ecb4a255332466725c1ce944f39f5c1 (patch)
tree2067dcb3d697e58263c4e0b5c98229c0b3b9718c /src/unalf.h
parentf9cb5144fffdc9ca36fd693518a01a0acef634a7 (diff)
downloadalftools-080e54f17ecb4a255332466725c1ce944f39f5c1.tar.gz
alf: Store correct date/time.
Diffstat (limited to 'src/unalf.h')
-rw-r--r--src/unalf.h5
1 files changed, 1 insertions, 4 deletions
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 <ctype.h>
#include <sys/stat.h>
#include <f65.h>
+#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;