From f73dda092b33638d2d5e9c35375f687a607b5403 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Tue, 13 Nov 2001 17:56:06 +0000 Subject: Imported from ../bash-2.05a.tar.gz. --- examples/loadables/ln.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/loadables/ln.c') diff --git a/examples/loadables/ln.c b/examples/loadables/ln.c index 9c4c91b..e3234e3 100644 --- a/examples/loadables/ln.c +++ b/examples/loadables/ln.c @@ -23,10 +23,12 @@ extern int errno; #endif +typedef int unix_link_syscall_t __P((const char *, const char *)); + #define LN_SYMLINK 0x01 #define LN_UNLINK 0x02 -static Function *linkfn; +static unix_link_syscall_t *linkfn; static int dolink (); ln_builtin (list) -- cgit v1.2.3