aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.h
diff options
context:
space:
mode:
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;